| name | wiki-query |
| description | Use when the user asks a question that the wiki under wiki/ could answer — search wiki pages (not raw sources), synthesize a cited answer, and file valuable answers back into the wiki. |
Wiki Query
When the user asks something the wiki may already cover, answer from the wiki.
Process
- Search
wiki/*.md for relevant pages (start from wiki/index.md). Do not
read from sources/ — the wiki is the answer layer.
- Synthesize an answer. Cite the pages you used as Markdown links, e.g.
(see [LLM Wiki Pattern](wiki/llm-wiki-pattern.md)).
- If the wiki does not cover the question, say so plainly and offer to
/ingest
a source that would.
- If the answer is valuable and not yet captured, offer to file it back: update
or create the relevant page (per
CLAUDE.md conventions), refresh index.md
and cross-links, and append a query entry to wiki/log.md.
- After any wiki edit, run
./scripts/check-wiki.sh and confirm it exits 0.
Answer formats can vary (prose, tables, lists) — match the question.