From mattpocock-skills
Searches, creates, and organizes notes in an Obsidian vault. Uses wikilinks and index notes. Relevant when managing a personal knowledge base or research notes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mattpocock-skills:obsidian-vaultThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
`/mnt/d/Obsidian Vault/AI Research/`
/mnt/d/Obsidian Vault/AI Research/
Mostly flat at root level.
Ralph Wiggum Index.md, Skills Index.md, RAG Index.md)[[wikilinks]] syntax: [[Note Title]][[wikilinks]]# Search by filename
find "/mnt/d/Obsidian Vault/AI Research/" -name "*.md" | grep -i "keyword"
# Search by content
grep -rl "keyword" "/mnt/d/Obsidian Vault/AI Research/" --include="*.md"
Or use Grep/Glob tools directly on the vault path.
[[wikilinks]] to related notes at the bottomSearch for [[Note Title]] across the vault to find backlinks:
grep -rl "\\[\\[Note Title\\]\\]" "/mnt/d/Obsidian Vault/AI Research/"
find "/mnt/d/Obsidian Vault/AI Research/" -name "*Index*"
npx claudepluginhub esonhugh/marketplace --plugin mattpocock-skillsSearches, creates, and organizes Obsidian notes using wikilinks and index notes for a flat vault structure.
Searches, creates, and manages Obsidian notes using wikilinks and index notes, with shell commands for filenames, content, and backlinks.
Manages Obsidian vaults: search, create, edit, move Markdown notes; handle YAML frontmatter, wikilinks, backlinks, daily notes, Zettelkasten setup, and sync via obsidian-cli.