← ClaudeAtlas

querylisted

Answer a natural-language question from the wiki with [[wikilink]] citations. Trigger when the user asks "what does the wiki say about X", "search the wiki for Y", "which sources cover Z", or invokes /claude-wiki-pages:query directly. Read-only against wiki content — only log.md receives an append.
odere-pro/claude-wiki-pages-plugin · ★ 1 · AI & Automation · score 60
Install: claude install-skill odere-pro/claude-wiki-pages-plugin
# LLM Wiki — Query Answer a question from `vault/wiki/` with citations back to specific pages. Unlike a general-purpose search, this skill commits to the wiki's provenance model: every claim in the answer carries one or more `[[wikilink]]` citations, and every cited page must resolve. No hallucinated titles, no paraphrase without a source. ## When to invoke - The user asks a natural-language question about a topic that might be covered in the wiki. - An agent (`claude-wiki-pages-analyst-agent`) is chaining query as a step. Do NOT invoke for questions about the *plugin itself* (how to install, which hooks fire, what a skill does) — those are answered from the docs, not the wiki. ## Reading contract - `vault/CLAUDE.md` — the schema. Read first. - `vault/wiki/index.md` — the top-level catalog. First pass to shortlist candidate pages. - `vault/wiki/**/_index.md` — per-folder MOCs. Second pass to narrow. - `vault/wiki/<topic>/*.md` — candidate typed pages, plus any pages reached by following `[[wikilinks]]` from them. - `vault/wiki/_synthesis/*.md` — prior syntheses, if relevant. - `vault/wiki/_sources/*.md` — source summaries, when provenance matters to the answer. ### C1 — Budget-aware MOC descent (reading engine JSON) When a `search --json` candidate set is available (produced by `bash scripts/engine.sh search "<query>" --target <vault> --json`), the descent reads the engine's ranked output and takes a budget-bounded prefix. **Input shape.** Each `SearchHit` i