新增wiki命令文件

This commit is contained in:
2026-04-14 16:02:50 +08:00
parent 65803c911d
commit c6e3d3c5db
485 changed files with 12578 additions and 396 deletions

View File

@@ -0,0 +1,14 @@
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/<slug>.md
If the wiki is empty, say so and suggest running /wiki-ingest first.