원클릭으로
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 직업 분류 기준
| 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.
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.