From llm-wiki-agent
Use when user asks domain questions and a wiki/ directory exists in the project, when user references "my research" or "what I've read," when user asks about topics that could be in their knowledge base, or when user asks to compare entities from ingested sources
How this skill is triggered — by the user, by Claude, or both
Slash command
/llm-wiki-agent:wiki-queryThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Consult the project's compiled wiki to answer domain questions with source citations.
Consult the project's compiled wiki to answer domain questions with source citations.
Read wiki/index.md to identify 2-5 relevant pages. If total pages exceed 100, read the relevant category sub-index instead. If pages exceed 300, use grep -rl "search term" wiki/ to discover relevant pages first.
Read those pages (maximum 5 per query unless the user explicitly asks for comprehensive review).
Consult compound learnings (cheap, index-first). If a learnings store exists, grep its compact index for tags matching the question — both tiers (grep -i "<term>" .compound/index.md "$COMPOUND_KNOWLEDGE_HOME/index.md" ~/.claude/compound-knowledge/index.md 2>/dev/null). The index is headline-only, so this is ~one grep. If a relevant correction or playbook headline matches, surface it; read its body (<root>/<type-dir>/<id>.md) only if it sharpens the answer. Any body you open counts toward the 5-read cap. Most queries match nothing here and pay only the grep.
Synthesize your answer from wiki content, citing sources:
kw-…, project) also warns…"Distinguish wiki knowledge from general knowledge. If you also use general knowledge beyond the wiki, say so: "The wiki says X. Additionally, from general knowledge..."
Router note: this step is a cheap consult of the agent's own lessons alongside a domain answer. For a question that is purely about past lessons ("what did we learn about X", "have we hit this before"), use the
learn-recallskill instead — it merges both tiers and reads bodies on demand without the wiki round-trip.
When a wiki summary page is insufficient to answer a question with the detail or precision required — or when the user asks for exact quotes, specific sections, or verbatim text — use the full-source preservation layer:
full_source: in its frontmatterwiki/full-sources/{slug}/toc.md to see the original document structurewiki/full-sources/{slug}/page-{N}.md file(s)When to use deep cite:
When NOT to use deep cite:
full_source: field exists in the source page frontmatterAfter producing an answer that synthesizes new cross-references or insights not already captured in the wiki:
wiki/index.md with the new page[query-file] Filed: {title}npx claudepluginhub gal-tab/agent_knowledgebase --plugin llm-wiki-agentFetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.