obsidian-vault▌
mattpocock/skills · updated Apr 8, 2026
/mnt/d/Obsidian Vault/AI Research/
Obsidian Vault
Vault location
/mnt/d/Obsidian Vault/AI Research/
Mostly flat at root level.
Naming conventions
- Index notes: aggregate related topics (e.g.,
Ralph Wiggum Index.md,Skills Index.md,RAG Index.md) - Title case for all note names
- No folders for organization - use links and index notes instead
Linking
- Use Obsidian
[[wikilinks]]syntax:[[Note Title]] - Notes link to dependencies/related notes at the bottom
- Index notes are just lists of
[[wikilinks]]
Workflows
Search for notes
# 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.
Create a new note
- Use Title Case for filename
- Write content as a unit of learning (per vault rules)
- Add
[[wikilinks]]to related notes at the bottom - If part of a numbered sequence, use the hierarchical numbering scheme
Find related notes
Search for [[Note Title]] across the vault to find backlinks:
grep -rl "\\[\\[Note Title\\]\\]" "/mnt/d/Obsidian Vault/AI Research/"
Find index notes
find "/mnt/d/Obsidian Vault/AI Research/" -name "*Index*"
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.4★★★★★49 reviews- ★★★★★Dhruvi Jain· Dec 28, 2024
obsidian-vault fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Emma Ghosh· Dec 16, 2024
obsidian-vault is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Henry Johnson· Dec 12, 2024
Useful defaults in obsidian-vault — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Chinedu Nasser· Dec 4, 2024
Registry listing for obsidian-vault matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Oshnikdeep· Nov 19, 2024
obsidian-vault is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★James Zhang· Nov 11, 2024
obsidian-vault reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Jin Garcia· Nov 7, 2024
obsidian-vault fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Hiroshi Rao· Nov 3, 2024
obsidian-vault has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Min Kim· Oct 26, 2024
We added obsidian-vault from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Hiroshi Srinivasan· Oct 22, 2024
Solid pick for teams standardizing on skills: obsidian-vault is focused, and the summary matches what you get after install.
showing 1-10 of 49