obsidian-vaultlisted
Install: claude install-skill ada-ggf25/AI-Tools
# Generate an Obsidian Vault for a repository
Project-agnostic, global skill. It scans a repository, then writes a complete
Obsidian Vault that acts as the single knowledge base for understanding the codebase,
tracking decisions, planning execution, and logging reasoning — usable by both the
developer and AI tools without re-deriving context each session.
The vault is always **anchored to ground truth**: it references the codebase; it does
not paraphrase it. Any note that describes code should link to the actual file path
rather than duplicate its content.
## Vault layout (target output)
```text
<vault-root>/ default: <repo>/.obsidian-vault/
├── .obsidian/
│ ├── app.json core settings (preview mode, line numbers off)
│ ├── community-plugins.json plugin enable list
│ ├── graph.json graph layout + folder color groups
│ └── snippets/
│ └── graph-colors.css CSS variables driving graph node colors by folder
├── _templates/ Templater source folder
│ ├── TPL-ADR.md
│ ├── TPL-Architecture.md
│ ├── TPL-ExecutionPlan.md
│ ├── TPL-Research.md
│ ├── TPL-Reference.md
│ └── TPL-SessionLog.md
├── 00-Home/
│ └── Home.md root MOC + live Dataview dashboards
├── 01-Architecture/
│ └── Overview.md stub seeded from scan
├── 02-ADRs/
│ └── _ADR-Index.md Dataview index of all ADRs
├── 03-Plans/
│ └── _Plans-Index.md Dataview index of all pla