← marketplace
generaltoolsha:b3dab8c94e7e1352manual

mp-obsidian-vault

Use when finding, creating, or organizing notes in an Obsidian vault — a flat, wikilink-and-index-note convention instead of folders.

Install confidence
curl --create-dirs -fsSL https://skillmake.xyz/i/mp-obsidian-vault -o ~/.claude/skills/mp-obsidian-vault/SKILL.md
Pinned content
sha:b3dab8c94e7e1352
Generated with
manual
Source
github.com

The file served at /api/marketplace/mp-obsidian-vault-b3dab8c9/raw matches this hash. Inspect before install, then copy the command.

1,930 chars · ~483 tokens
---
name: mp-obsidian-vault
description: Use when finding, creating, or organizing notes in an Obsidian vault — a flat, wikilink-and-index-note convention instead of folders.
source: https://github.com/mattpocock/skills/blob/main/skills/personal/obsidian-vault/SKILL.md
generated: 2026-07-08T18:58:01.779Z
category: tool
audience: general
---

## When to use

- Searching an Obsidian vault by filename or content
- Creating a new note that follows the vault's conventions
- Finding notes related to or backlinking a given note
- Organizing knowledge via index notes rather than folders

## Key concepts

### Flat, link-first structure

The vault is mostly flat at the root — no folders for organization. Structure comes from links and index notes, not directories.

### Index notes

Index notes aggregate related topics (e.g. 'Skills Index.md', 'RAG Index.md') and are just lists of [[wikilinks]] pointing at the member notes.

### Wikilinks

Link with Obsidian [[wikilinks]] syntax. Notes link to their dependencies/related notes at the bottom; backlinks are found by grepping for [[Note Title]] across the vault.

### Naming conventions

All note names use Title Case. Numbered sequences use a hierarchical numbering scheme. Content is written as a unit of learning per the vault's rules.

### Search workflows

Find by filename (find ... -name '*.md' | grep -i keyword) or by content (grep -rl keyword ... --include='*.md'), or use Grep/Glob directly on the vault path.

## Gotchas

- Don't create folders to organize — use index notes and links instead
- Use Title Case for every note name
- Add related-note [[wikilinks]] at the bottom of each note
- The vault path is environment-specific — confirm the location before writing

---
Generated by SkillMake from https://github.com/mattpocock/skills/blob/main/skills/personal/obsidian-vault/SKILL.md on 2026-07-08T18:58:01.779Z.
Verify against source before relying on details.

File: ~/.claude/skills/mp-obsidian-vault/SKILL.md