| name | query-wiki |
| description | Answer a question using this OKF wiki and (optionally) file the answer back as a reusable page. Use when the user asks a question about the wiki's subject matter, asks "what does the wiki say about X", or wants an answer synthesized from the wiki's concepts/synthesis with citations. |
Query this wiki
Agent-neutral workflow. okf-init copies this skill into both .agents/skills/query-wiki/
(where Codex and other agents that scan .agents/skills/ find it) and
.claude/skills/query-wiki/ (where Claude Code finds it) — identical copies of the preset's
canonical skills/query-wiki/. Agents that only read AGENTS.md are pointed here from there.
This vault is an OKF LLM-wiki built by the autowiki autoloop preset.
Knowledge lives in concepts/ (per-tip pages, the core), summaries/ (per-topic), entities/,
comparisons/, the single synthesis.md (the running thesis), and overview.md (start here).
Each sources/clean/<slug>.md is the verbatim extraction a claim traces back to.
Your job: answer the user's question FROM the wiki, with citations — and, when the answer is
worth keeping, file it back as answers/<slug>.md so explorations compound (Karpathy's Query
operation: "good answers can be filed back into the wiki as new pages").
Steps
-
Search — don't guess which pages are relevant; run the bundled helper (qmd if
installed, else a keyword fallback), from the vault root:
sh .agents/skills/query-wiki/search.sh "<the question>"
It prints the best-matching page paths, most relevant first.
-
Read the top hits, plus and for framing, and follow their
relative links into the concepts they cite. For a verbatim quote you may open the relevant
(never ).