From llm-wiki
Manages LLM Wiki knowledge bases: init new wiki, ingest paths/URLs, compile index, query questions, lint, or remove. Uses subcommands via arguments.
How this command is triggered — by the user, by Claude, or both
Slash command
/llm-wiki:wiki init <name> | ingest <path|url> | compile [<path>] | query <question> | lint | remove <name>The summary Claude sees in its command listing — used to decide when to auto-load this command
Load and follow the `llm-wiki:wiki` skill. Pass through all user arguments exactly as provided.
Load and follow the llm-wiki:wiki skill. Pass through all user arguments exactly as provided.
npx claudepluginhub ekadetov/llm-wiki --plugin llm-wiki/wikiManages LLM wiki knowledge bases: initialize new topic wikis (local or global), show status, list wikis. Supports ingest, compile, query, lint, search, output, research subcommands.
/wiki-ingestIngest a file into a local LLM wiki, creating source/entity/concept pages. Wiki path auto-resolves from .wiki-default or --wiki flag.
/wiki-ingestIngests a source (URL, file path, or current session) into the LLM Wiki, auto-routing to global or local unless --global or --local specified. Initializes wiki if needed and prints curator report.
/wiki-queryQueries the compiled knowledge base wiki to answer a question with cited facts from relevant topics, points to sources if needed, and offers to file novel syntheses.
/wikiBuilds, queries, and maintains persistent research wikis using markdown folders and SQLite FTS5 indexes. Supports subcommands for init, search, auto-research, and HTML viewer generation.