wikilisted
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