← ClaudeAtlas

wikilisted

Bootstrap or check a Karpathy-style "LLM wiki" structure inside an Obsidian vault — a self-maintaining knowledge base where pages reference each other and the LLM keeps it tidy. Sets up catalog.md (curated page catalog), journal.md (append-only operation history), hot.md (recent-context cache), and overview.md (executive summary). Use this skill when the user says "set up a wiki", "scaffold a knowledge base", "/wiki", "create my second brain", "bootstrap a vault for note-taking", or any phrasing that implies turning a plain Obsidian vault into a structured wiki for ongoing use with Claude.
tboome33/obsidian-mcp-router · ★ 1 · AI & Automation · score 74
Install: claude install-skill tboome33/obsidian-mcp-router
# wiki This skill creates the four scaffolding files at the root of a vault that turn it into a Karpathy-style LLM wiki. The pattern: an LLM ingests sources, files them as wiki pages, and maintains the catalog/log/hot-cache so future sessions can navigate and build on prior knowledge cheaply. ## When to use - The user has an Obsidian vault and wants Claude to start using it as a knowledge base across sessions. - The user asks "/wiki" or "set up the wiki". - A vault already has notes but no `wiki/` folder, and the user wants to graduate it to a wiki. ## When NOT to use - The user just wants to write a single note → don't scaffold. - The vault already has `wiki-meta/catalog.md` and looks healthy → suggest `wiki-lint` instead. - The user is asking how the pattern works conceptually → explain, don't scaffold. ## Pre-flight Before scaffolding, you must know: 1. **Which vault** to scaffold in. Call `mcp__obsidian-router__list_vaults` first. If the user said "this vault" without specifying, use the default vault. If multiple vaults are configured, ask which. 2. **Which mode** the wiki targets — this affects only the seed of `catalog.md` and `overview.md`. Common modes: - `personal` — second brain, journals, projects, references - `research` — papers, concepts, hypotheses, methodology - `business` — competitors, customers, decisions, stakeholders - `code` — codebases, ADRs, runbooks - `domain` — anything else (let the user describe in 1 sentence) If the user d