By 2233admin
Turns an Obsidian vault into a compiled knowledge base with AI-powered research loops, memory synthesis, contradiction detection, pattern mining, and automated note cleanup. Lets you research topics, connect ideas, review decisions, and maintain vault health through Claude Code.
3-round autonomous research loop with intermediate notes and synthesis
Play devil's advocate on a claim or idea
Map unexpected connections between concepts, people, and projects
The vault argues back. Uses your own history and recorded contradictions to challenge assumptions. Uses the vault-mind MCP server to pull evidence.
Identify emerging patterns across recent notes
Integrate chubbyguan/chubbyskills as LLMwiki's local multi-channel ingest pack, turning Chinese feeds, videos, podcasts, articles, and social posts into searchable Obsidian/Markdown knowledge.
Capture high-signal X/Twitter posts into an Obsidian vault through the official Obsidian Web Clipper, then let LLMwiki search, review, and promote the saved notes.
Admin access level
Server config contains admin-level keywords
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
LLMwiki turns a team's raw research folder into a reviewed, queryable, self-improving Obsidian wiki. Headless-first. Cites, doesn't guess.
Language: English (this page) · 简体中文 — Guide: English · 简体中文 — Wiki: Home · Architecture · Rationale · FAQ

You are reading this because your team has already lost knowledge.
Not because nobody wrote it down. They did: papers, meeting notes, repo findings, screenshots, agent answers. The problem is worse: the knowledge has no state. No source. No reviewer. No promotion path. No way to tell a draft from team truth.
LLMwiki gives that mess a compiler pass:
capture -> compile -> ask -> file -> review -> promote
Put source material in raw/. Compile it into wiki/ summaries, concept pages, backlinks, and contradiction reports. Ask agents cited questions. File useful answers into 00-Inbox/AI-Output/. Promote only reviewed knowledge into decisions, architecture, and runbooks.
It is not an AI companion. It is a reviewed team memory compiler. Obsidian is the IDE, Git/Gitea review is the ledger, and MCP/CLI tools are the execution surface.
Inspired by Andrej Karpathy's LLM Wiki. Markdown is the source of truth; the compiler turns structure into a graph; MCP exposes it.
Inside any Claude Code session:
/plugin marketplace add 2233admin/obsidian-llm-wiki
/plugin install llmwiki@obsidian-llm-wiki
That's it. No clone, no build, no config file to edit. The plugin ships the MCP server (runs from the plugin directory, Node 20+), all /llmwiki:vault-* knowledge-work roles, and the thinking/research commands. Start Claude Code inside your vault and the server finds it automatically (cwd is the vault); otherwise set VAULT_MIND_VAULT_PATH or drop a vault-mind.yaml.
git clone --depth 1 https://github.com/2233admin/obsidian-llm-wiki.git
cd obsidian-llm-wiki && ./setup # --host codex | opencode | gemini
Windows: .\setup.ps1. The script copies the skill bundle into your host's skills directory and prints the .mcp.json snippet to paste into your agent config. docs/INSTALL.md has per-host paths and the manual recipe.
Natural-language recall works with zero setup. The first context.recall /
query.answer against a fresh vault lazily indexes your notes (keyword: Postgres
full-text + trigram, no embeddings, no daemon), so an agent can ask questions
immediately — large vaults index in the background and sharpen as they finish.
Semantic (vector) recall is an optional upgrade: run Ollama
with ollama pull bge-m3 (or point VAULT_MIND_EMBED_URL at any OpenAI-compatible
embedding endpoint). Recall answers tell you when semantic is off and how to turn
it on; keyword recall keeps working regardless.
You can verify the compiler loop before wiring any agent host. This demo is local, report-only, and the compiler dry-run uses stub extraction, so it does not need an API key.
python compiler/compile.py examples/collab-vault/research-compiler --tier haiku --dry-run
python scripts/knowledge_health.py --vault examples/collab-vault --json
python scripts/llmwiki_doctor.py --vault examples/collab-vault --json
Then inspect the before/after:
| Step | Path |
|---|---|
| Raw source | examples/collab-vault/research-compiler/raw/team-memory-os.md |
| Compiled summary | examples/collab-vault/research-compiler/wiki/summaries/team-memory-os.md |
| Compiled concept | examples/collab-vault/research-compiler/wiki/concepts/team-memory-os.md |
| Filed AI output | examples/collab-vault/00-Inbox/AI-Output/codex/project-setup-proposal.md |
| Reviewed memory | examples/collab-vault/20-Decisions/2026-05-16-gitea-reviewed-vault.md |
That is the product: raw material becomes cited, inspectable, reviewable team memory.
Any MCP-compatible host:
npx claudepluginhub 2233admin/obsidian-llm-wikiMulti-agent orchestration system for Claude Code
Search and browse system prompts from 40+ AI coding tools. Covers Cursor, Windsurf, Claude Code, Devin, Manus, v0, Lovable, VSCode Agent, and more.
Zero-token scope enforcement for AI coding agents. Intercepts file edits via hooks to block out-of-scope changes.
Audit your Claude Code harness for dead weight. Annotate hooks, MCPs, and skills with their origin purpose, then flag what the model has outgrown.
Battle-tested Claude Code plugin for engineering teams — 53 agents, 192 skills, 69 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
Persistent, compounding knowledge base maintained by LLMs in Obsidian — agent-first edition. Four task-oriented agents (Researcher / Advisor / Curator / Scribe) with citations, confidence, supersession, and rolling session cache. Inspired by Karpathy's LLM Wiki pattern.
Bidirectional knowledge flow between Claude Code and Obsidian — 20 MCP tools, skills, and hooks for PKM
Sync AI conversations to an Obsidian knowledge base with Memory Mason knowledge base skills.
AI thinking partner for your Obsidian vault — process, recall, synthesize, research with evidence-backed learning science
Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault (Karpathy's LLM Wiki pattern). v1.7 "Compound Vault" + v1.8 methodology modes close 5 of 5 priority gaps from the May 2026 compass artifact. Ships: substrate alignment with kepano/obsidian-skills, default Obsidian CLI transport, hybrid retrieval (contextual prefix + BM25 + cosine rerank per Anthropic's Sept 2024 research), per-file advisory locking for multi-writer safety, pre-commit verifier agent, AND methodology modes (LYT / PARA / Zettelkasten / Generic) for first-class organizational support no other Claude+Obsidian competitor offers. v1.7.x audit closure: every BLOCKER + HIGH + MEDIUM + LOW finding from the v1.7.0 audit is CLOSED or DEFERRED-with-rationale. Optional DragonScale Memory extension (log folds, deterministic addresses, semantic tiling lint, boundary-first autoresearch).
Build and maintain LLM-powered knowledge bases as Obsidian wikis with compile, query, lint, and evolve workflows