wiki-querylisted
Install: claude install-skill punkscience/agent-skills
# Wiki Query
Answer a question against the wiki — search the index, read relevant pages,
synthesize an answer with citations, and file the result back into the wiki so
the exploration compounds.
Read `AGENTS.md` first for the wiki's conventions.
## Phase 1 — Understand the question
Clarify the user's question if needed. What form should the answer take?
Forms the agent can produce:
- **Markdown page** — a well-structured answer with citations (the default)
- **Comparison table** — side-by-side breakdown of competing claims or entities
- **Timeline** — chronological synthesis across sources
- **Argument map** — premises, evidence, counterarguments
Ask the user if the default (markdown page) is sufficient, or if they want a
specific form. Don't ask for trivial questions where the default is obvious.
**Completion criterion**: the question is clear and the answer form is chosen.
## Phase 2 — Search and read
1. Read `wiki/index.md`. Identify pages whose titles, summaries, or tags match
the question's subject.
2. Follow the most promising links — read those pages.
3. Follow cross-references from those pages — the answer may span multiple
entities and concepts.
4. If the wiki has a search tool configured (check `AGENTS.md`), use it as well;
otherwise rely on the index and cross-reference traversal.
5. If the wiki has few or no pages covering the topic, say so explicitly: note
what's missing and ask if the user wants to search the web for sources to
ingest fir