From mattpocock-skills
Searches, creates, and manages Obsidian notes using wikilinks and index notes, with shell commands for filenames, content, and backlinks.
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/
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"
或直接在 vault path 上使用 Grep/Glob tools。
[[wikilinks]]在 vault 中搜索 [[Note Title]] 来找 backlinks:
grep -rl "\\[\\[Note Title\\]\\]" "/mnt/d/Obsidian Vault/AI Research/"
find "/mnt/d/Obsidian Vault/AI Research/" -name "*Index*"
npx claudepluginhub vinvcn/mattpocock-skills-zh-cnSearches, creates, and organizes Obsidian notes using wikilinks and index notes for a flat vault structure.
Searches, creates, and organizes notes in an Obsidian vault. Uses wikilinks and index notes. Relevant when managing a personal knowledge base or research notes.
Inspects, edits, organizes, and analyzes local Obsidian vault notes, YAML frontmatter, wikilinks, graph structure, and schema. Useful for vault maintenance and bulk edits.