From mattpocock-skills
Searches, creates, and manages notes in an Obsidian vault using wikilinks and index notes. Useful when you need to find, create, or organize notes within the vault.
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-cnScans, creates, and organizes notes in an Obsidian vault with wikilinks and index notes. Activates when the user needs to search, create, or manage notes.
Searches, creates, and organizes Obsidian notes using wikilinks and index notes for a flat vault structure.
Searches, creates, and manages notes in an Obsidian vault using wikilinks and index notes. Useful for finding, organizing, or adding to a flat-structured knowledge base.