Where should I store skill files?
● claude-code-guide(Skill files location guide)
⎿ Done (2 tool uses · 27.3k tokens · 14s)
(ctrl+o to expand)
● Two locations depending on scope:
┌─────────────────────────────┬────────────────────────────────────────┐
│ Scope │ Path │
├─────────────────────────────┼────────────────────────────────────────┤
│ Personal (all projects) │ ~/.claude/skills/<skill-name>/SKILL.md │
├─────────────────────────────┼────────────────────────────────────────┤
│ Project (current repo only) │ .claude/skills/<skill-name>/SKILL.md │
└─────────────────────────────┴────────────────────────────────────────┘
Each skill is a directory containing a SKILL.md file (required). You can also
add supporting files alongside it (templates, scripts, examples, etc.).
Example:
~/.claude/skills/my-skill/
├── SKILL.md ← required entry point
└── template.md ← optional supporting files
For your Obsidian vault, project-level skills would go in
/media/wm/Birch/Church/Obsidian/CPB/.claude/skills/.