Knowledge Management Blueprint
Safety checkedBuild a Self-Organizing AI Knowledge Base in Obsidian
A bundle of 15 Claude Code skills that build, maintain, and query a persistent Obsidian wiki vault with autonomous knowledge integration, multi-methodology support, and AI-powered synthesis.
Install Command
Run this command to deploy the blueprint to your environment.
What problem does this solve?
Builds and maintains a persistent, compounding knowledge base inside Obsidian so your sources, entities, and insights stay connected and cross-referenced as they grow. Unlike chat-based note assistants, claude-obsidian is a knowledge engine that creates, organizes, and evolves your wiki autonomously. Every source gets extracted and filed; every question synthesizes from the full vault; every session's context persists in a hot cache.
How does it work?
- Set up an Obsidian vault with scaffold command, choosing your methodology (LYT, PARA, Zettelkasten, or generic). 2. Ingest sources (articles, PDFs, transcripts): Claude reads, extracts entities and concepts, files them into the vault, and updates the index and hot cache. 3. Ask questions: Claude reads the hot cache first, then index, then relevant pages, and synthesizes answers with citations. 4. Maintain: Run health checks to find orphans, dead links, contradictions, and stale claims. The wiki stays healthy without manual cleanup. 5. Grow: Autonomous research loops, visual canvas, and 10-principle thinking framework accelerate knowledge expansion.
What's the biggest win?
Knowledge compounds like interest. Every ingest makes the vault richer; every query learns from everything that came before; every session picks up where the last one left off via hot cache, so no recap is needed.
What should I know technically?
Requires Obsidian v1.9.10+ for native Bases dashboard support (v1.6+ works with Dataview fallback). Python 3.10+ needed for retrieval pipeline and test suite. Optional: ollama (local rerank), Anthropic API key (contextual prefix tier opt-in), Local REST API plugin (MCP transport). Transport auto-detection supports Obsidian CLI, REST API, or filesystem write methods.
What should I watch out for?
Web egress hygiene: /autoresearch applies URL validation and content sanitization before fetching external sources. Autoresearch can incur significant API costs (up to 45 WebFetch calls per run); budget accordingly. Methodology mode migration is manual; switching modes does not auto-migrate existing pages.
Key Features
Persistent Wiki Artifact
Your knowledge base is plain Markdown files in Obsidian, not a chat history. It stays organized, cross-referenced, and queryable across sessions and projects.
Multi-Methodology Support
Scaffold your vault in LYT (Linking Your Thinking), PARA (Projects/Areas/Resources/Archives), Zettelkasten, or generic mode. Switch modes or keep your own structure.
Autonomous Source Integration
Drop a source; Claude reads it, extracts entities and concepts, cross-references against the existing wiki, and files everything automatically.
Hot Cache + Hybrid Retrieval
Recent context (~500 words) is cached between sessions. Queries use BM25 sparse search, optional API-gated contextual prefix, and local cosine rerank for +32 point accuracy lift.
Multi-Writer Safe
Per-file advisory locks prevent concurrent writes from corrupting pages. Parallel ingest agents coordinate safely via lock acquisition.
Tools in this Blueprint
About This Blueprint
- License
- MIT
- Industry
- Technology
- Skills
- 3 workflows, 10 sub-skills, 2 standalone