Bootstrap a new LLM Wiki knowledge base in the current directory. Use when the user wants to set up a second brain, research vault, book companion, course notes, business/team knowledge base, or any persistent LLM-maintained wiki. Scaffolds raw/ and wiki/ directories, writes a tailored CLAUDE.md schema, seeds index/log/overview pages, and configures Obsidian defaults. One-shot per vault; subsequent operations use wiki-ingest, wiki-query, and wiki-lint.
Ingest a source document (article, paper, meeting notes, web clipping, transcript, PDF) into an LLM Wiki vault. Use when the user says "ingest this", "add this source", "process this article", "file this", or drops a new file into raw/. Creates a source summary page, updates entity and concept pages, updates wiki/index.md, and appends to wiki/log.md.
Health-check an LLM Wiki vault. Use when the user says "lint the wiki", "health check the wiki", "clean up the wiki", or on a periodic schedule to keep the wiki healthy as it grows. Finds orphan pages, broken wikilinks, stale claims, missing cross-references, contradictions, frontmatter drift, and index staleness. Auto-fixes safe issues, flags the rest for the user.
Answer a question by searching and synthesizing across an LLM Wiki vault. Use when the user asks "what does the wiki say about…", "query the wiki", "ask the wiki", or any substantive question that should be answered from the vault's accumulated knowledge rather than from general training data. Substantive answers can be filed back as analysis pages so explorations compound.