Files
llm-wiki-agent/.claude/commands/wiki-query.md
Anil Matcha 116ccc4d3c Make Claude Code the primary interface — no API key needed
Add .claude/commands/ slash commands (/wiki-ingest, /wiki-query,
/wiki-lint, /wiki-graph) so the wiki works directly inside Claude Code
without any Python or API key. CLAUDE.md updated to lead with Claude
Code usage. Python tools remain as optional standalone scripts.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 07:07:23 +05:30

613 B

Query the LLM Wiki and synthesize an answer.

Usage: /wiki-query $ARGUMENTS

$ARGUMENTS is the question to answer, e.g. What are the main themes across all sources?

Follow the Query Workflow defined in CLAUDE.md:

  1. Read wiki/index.md to identify the most relevant pages
  2. Read those pages (up to ~10 most relevant)
  3. Synthesize a thorough markdown answer with PageName wikilink citations
  4. Include a ## Sources section at the end listing pages you drew from
  5. Ask the user if they want the answer saved as wiki/syntheses/.md

If the wiki is empty, say so and suggest running /wiki-ingest first.