From forge-obsidian
Vault conventions for wikilinks, frontmatter and tags. USE WHEN working with Obsidian vault files.
How this skill is triggered — by the user, by Claude, or both
Slash command
/forge-obsidian:ObsidianConventionsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Use [[wikilinks]] liberally — people, projects, organizations, topics, locations. Anything that could be a note.
[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.
npx claudepluginhub n4m3z/forge-obsidianCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.