Answers questions using llm-wiki/wiki pages with citations. Use when the user asks about vault content or synthesized knowledge.
Answer questions from curated wiki pages with inline citations to wiki/ paths. Use when the user wants facts, summaries, or navigation help inside the vault (not when they need new research from the web).
llm-wiki/config.json exists (vault root). If missing, offer wiki-setup.wiki/index.md to orient; open the most relevant wiki/**/*.md files for the question.config.json for mcp.search_backend (fts5 / grep / chromadb / hybrid) and knowledge_graph.enabled to decide which tools to use. hybrid needs Chroma installed; if unsure, read wiki_status / skills/references/mcp-and-kg.md for fallbacks.Search backend API, KG CLI, and Python examples:
skills/references/mcp-and-kg.md
wiki/index.md.memory.enabled is true, optionally run llm-wiki memory recall "<terms>" for past session notes under raw/memory/ before giving up.wiki_search only when shell access is unavailable.If knowledge_graph.enabled is true, run llm-wiki kg query "<entity>" for structured relationships — see reference § "CLI quick reference".
`wiki/topics/foo.md` or [[Topic]] when listing sources.wiki/ page (linked from the index) or under outputs/ as a draft to verify before promoting to wiki.wiki/ content, with at least one citation per non-obvious claim.wiki/index.md and wiki/log.md are updated when appropriate.| Reads | Writes |
|---|---|
wiki/index.md, wiki/**/*.md | Optional new wiki/**/*.md or outputs/**/*.md |
Downstream: wiki-maintainer if many pages change; wiki-lint for a health pass.
raw/ without full research orchestration.raw/.raw/memory/ when enabled.llm-wiki validate from the vault root.wiki/.Optional: skills/references/context-persona.md; vault display name: persona.name in llm-wiki/config.json (default Gennie).