Back to feed

AgriciDaniel/claude-obsidian

AgriciDaniel/claude-obsidian
4.4k
+147/day
496
PythonAI/ML

Claude + Obsidian knowledge companion. Persistent, compounding wiki vault based on Karpathy's LLM Wiki pattern. /wiki /save /autoresearch

From the README

claude-obsidian

Claude + Obsidian knowledge companion. A running notetaker that builds and maintains a persistent, compounding wiki vault. Every source you add gets integrated. Every question you ask pulls from everything that has been read. Knowledge compounds like interest.

Based on Andrej Karpathy's LLM Wiki pattern. 11 skills. Zero manual filing. Multi-agent support. Optional DragonScale Memory extension (log folds, deterministic page addresses, semantic tiling lint, boundary-first autoresearch).

What It Does

Youtube Demo

You drop sources. Claude reads them, extracts entities and concepts, updates cross-references, and files everything into a structured Obsidian vault. The wiki gets richer with every ingest.

You ask questions. Claude reads the hot cache (recent context), scans the index, drills into relevant pages, and synthesizes an answer. It cites specific wiki pages, not training data.

You lint. Claude finds orphans, dead links, stale claims, and missing cross-references. Your wiki stays healthy without manual cleanup.

At the end of every session, Claude updates a hot cache. The next session starts with full recent context, no recap needed.

Why claude-obsidian?

Most Obsidian AI plugins are chat interfaces - they answer questions about your existing notes. claude-obsidian is a knowledge engine - it creates, organizes, maintains, and evolves your notes autonomously.

| Capability | claude-obsidian | Smart Connections | Copilot | |---|---|---|---| | Auto-organize notes | Creates entities, concepts, cross-references | No | No | | Contradiction flagging | [!contradiction] callouts with sources | No | No | | Session memory | Hot cache persists between conversations | No | No | | Vault maintenance | 8-category lint (orphans, dead links, gaps) | No | No | | Autonomous research | 3-round web research with gap-filling | No | No | | Multi-model support | Claude, Gemini, Codex, Cursor, Windsurf | Claude only | Multiple | | Visual canvas | Via claude-canvas companion | No | No | | Query with citations | Cites specific wiki pages | Cites similar notes | Cites notes | | Batch ingestion | Parallel agents for multiple sources | No | No | | Open source | MIT | MIT | Freemium |

Deep dive: I Turned Obsidian Into a Self-Organizing AI Brain - full breakdown with data visualizations, market context, and workflow demos.

Quick Start

Option 1: Clone as vault (recommended: full setup in 2 minutes)

git clone 
cd claude-obsidian
bash bin/setup-vault.sh

Open the folder in Obsidian: Manage Vaults → Open folder as vault → select claude-obsidian/

Open Claude Code in the same folde