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.
npx claudepluginhub ekadetov/llm-wiki --plugin llm-wikiinit <name> | ingest <path|url> | compile [<path>] | query <question> | lint | remove <name>Load and follow the `llm-wiki:wiki` skill. Pass through all user arguments exactly as provided.
/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-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.
/wikiBootstraps or checks Claude-Obsidian wiki vault, runs setup workflow: checks Obsidian install/vault/MCP, asks vault purpose, scaffolds full structure.
/initBootstraps a new LLM Wiki vault: prompts for name and path, scaffolds directories, seeds wiki.config.md/index.md/hot.md, adds CLAUDE.md, prints quick-start instructions.
Share bugs, ideas, or general feedback.
Load and follow the llm-wiki:wiki skill. Pass through all user arguments exactly as provided.