Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Query the LLM Wiki — reads index.md first, drills into 3-10 relevant pages, synthesizes an answer with inline [[wikilink]] citations, and offers to file the answer back as a new comparison or synthesis page. Usage /wiki-query "<question>"
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-14 | ✗→✓ | ▲ Improved | 7% | 0% |
| case-18 | ✗→✓ | ▲ Improved | -18% | 0% |
| case-19 | ✗→✓ | ▲ Improved | -22% | 0% |
| case-22 | ✗→✓ | ▲ Improved | -18% | 0% |
| case-04 | ✓→✗ | ▼ Worse | -55% | 0% |
<!-- canonical copy: engineering/llm-wiki/commands/wiki-query.md — keep in sync (root copy uses repo-root-relative script paths) -->
Ask the wiki a question. The librarian reads index.md first, picks relevant pages across categories, synthesizes an answer with citations, and offers to file the answer back into the wiki so your explorations compound.
/wiki-query "<your question>"
/wiki-query "what does the wiki say about sparse autoencoders?"
/wiki-query "compare monosemanticity and polysemanticity across my sources"
/wiki-query "which sources disagree on scaling laws?"
/wiki-query "give me a comparison table of SAE vs linear probing"wiki/index.md to find relevant pagesengineering/llm-wiki/skills/llm-wiki/scripts/wiki_search.py (BM25)[[sources/xxx]] citations + "Related pages" sectioncomparisons/ or synthesis/)The answer's format follows the question:
| Question shape | Output | |---|---| | "What is X?" | Markdown explanation with citations | | "A vs B" | Comparison table | | "Give me a slide deck on X" | Markdown synthesis → /wiki-marp to render | | "Chart the trend in X" | Python script + saved chart in wiki/assets/charts/ |
This command dispatches the wiki-librarian sub-agent. See agents/wiki-librarian.md.
engineering/llm-wiki/skills/llm-wiki/scripts/wiki_search.py — BM25 fallback searchengineering/llm-wiki/skills/llm-wiki/scripts/append_log.py — log filed answers[[wikilink]].→ engineering/llm-wiki/skills/llm-wiki/SKILL.md → engineering/llm-wiki/skills/llm-wiki/references/query-workflow.md
Other measured skills in the registry, with their headline benchmark lift.