← ClaudeAtlas

obsidian-vaultlisted

Generate a comprehensive, ground-truth-anchored Obsidian Vault for any repository. The vault covers codebase understanding, execution planning, Architecture Decision Records (ADRs), session reasoning logs, and design tracking — structured for both human navigation and AI consumption. Creates the full folder skeleton, note templates, .obsidian/ config (plugin manifest, graph settings, CSS color snippets), tag taxonomy, AI context file, and a starter architecture canvas. Idempotent: detects an existing vault and offers update vs fresh create. Global and project-agnostic. Trigger when the user says "create obsidian vault", "set up obsidian vault", "init vault", "scaffold vault for this repo", "obsidian-vault", or "create vault". SKIP when the user is asking about an existing vault they manage manually or wants only a specific part (e.g. just a template).
ada-ggf25/AI-Tools · ★ 2 · AI & Automation · score 66
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