From llm-wiki
Answer questions against the wiki or search it by keyword — synthesize an answer with citations, or return a navigational results list. Use when the user asks a question, says "what does the wiki say about", "explain", "summarize", or wants an answer drawn from wiki content. Also use when the user asks to "find", "look up", "search for", or "where is" something in the wiki.
How this skill is triggered — by the user, by Claude, or both
Slash command
/llm-wiki:queryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user asks a question. Use `$ARGUMENTS` as the question if provided (e.g., `/query How do the main concepts in the wiki relate to each other?`).
The user asks a question. Use $ARGUMENTS as the question if provided (e.g., /query How do the main concepts in the wiki relate to each other?).
wiki/index.md exists. If missing, suggest running /ingest on a source first — it will bootstrap the wiki automatically.Detect mode. Determine whether the user wants navigation or understanding:
Mode override: If the user explicitly says "just search" or "just list pages", use navigational mode regardless of input structure. If the user says "explain" or "synthesize", use synthesis mode. When in doubt, default to synthesis — it's strictly more useful than a list of links.
Find relevant pages.
wiki/index.md to identify candidate pages.lens frontmatter field. If no lens is specified, search across all pages (default).wiki/ for query term matches.#), and frontmatter tags/title fields.Respond according to mode.
If navigational: Present a concise results list. For each matching page, show:
[[wikilink]]If synthesis: Read the relevant wiki pages. For multi-hop questions, follow cross-references across pages. Then synthesize an answer with citations to wiki pages using [[wikilinks]]. Reference raw sources where appropriate with (Source: filename.md).
/ingest actions that could fill the gap.Offer to file the answer. If the answer is valuable enough to compound in the wiki, use the AskUserQuestion tool to offer filing. Value signals: synthesizes multiple pages, reveals a novel connection between concepts, answers a question the wiki should "know" for future queries, or the user explicitly asks to file it. Length alone isn't the criterion — a concise comparison or insight can be worth filing. Before asking, check if a similar page already exists (by searching wiki/index.md). If a similar page exists, options: "Update existing page (Recommended)", "Create new cross-referenced page", "Skip". If no similar page, options: "File as wiki page (Recommended)", "Skip". If the user agrees (or asks directly):
query-answer (factual), comparison, or synthesiswiki/synthesis/ following quality standards for that type (see CLAUDE.md)sources listing all wiki pages that informed the answerlens field — the page belongs to the wiki broadly.## See also section linking to source pages usedwiki/index.md (file under Synthesis & Comparisons)wiki/log.md: ## [YYYY-MM-DD] query | Question summaryAdapt the format to the question:
marp: true frontmatter, --- slide separators). Save outside wiki/ at a user-specified or sensible default location..py script that generates the visualization.Format detection: If the user's request implies a non-prose format, detect it from signal words:
When in doubt, produce standard prose and offer alternative formats: "I can also present this as a diagram/slides if that would be more useful."
npx claudepluginhub tom5610/llm-wiki --plugin llm-wikiFetches 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.