一键导入
obsidianconventions
Vault conventions for wikilinks, frontmatter and tags. USE WHEN working with Obsidian vault files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Vault conventions for wikilinks, frontmatter and tags. USE WHEN working with Obsidian vault files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Resolve Obsidian Base files (.base) to see what the user sees in Obsidian. USE WHEN the user asks about Base views, queries vault notes, wants to see what a .base file shows, or needs filtered/sorted vault data. Wraps the obsidian-base CLI.
Obsidian template management — dual-tree creation, editing, rendering, frontmatter schemas, dynamic query blocks, Templater config updates. USE WHEN creating templates, editing templates, rendering templates, modifying template schemas, updating Templater folder mappings, adding query blocks, or checking template compliance.
Validate vault files against .mdschema files — structural checks on frontmatter, headings, and required sections. USE WHEN validate vault, check vault, vault lint, schema check, validate journals, validate memory.
Add [[wikilinks]] to a markdown document by matching terms against existing vault notes — body links and frontmatter keywords/related enrichment. USE WHEN a document needs wikilinks, terms should link to vault notes, knowledge graph needs enrichment, or enrich keywords.
[DEPRECATED] Use /ObsidianCLI instead. Obsidian Actions URI — atomic frontmatter props-set, rename with backlink updates, create notes, open notes. USE WHEN Obsidian Actions, actions URI, property set, rename note.
Official Obsidian CLI (1.12+) — list files, search content, manage properties, query bases, navigate links, create/read/rename/delete notes. USE WHEN listing vault files, searching vault, managing frontmatter properties, querying bases, checking backlinks, creating notes via Obsidian, renaming with backlink updates, or any vault operation that benefits from Obsidian's internal index.
| name | ObsidianConventions |
| version | 0.1.0 |
| description | Vault conventions for wikilinks, frontmatter and tags. USE WHEN working with Obsidian vault files. |
[Isa] is dead text, [[Isa]] is a wikilink. Inline markers, tags, and attributions that reference a person or entity always use the double-bracket form.Skills use two files: SKILL.md (canon — Claude Code frontmatter + body) and SKILL.yaml (sidecar — Obsidian metadata). The Obsidian Linter reformats frontmatter on save, stripping unrecognized keys like name:. Keeping them separate prevents cross-contamination. See the BuildSkill skill for the full pattern. The forge-promote / forge-draft scripts handle the split and merge automatically.