From llm-wiki
Initializes an LLM Wiki structure in the current project by creating wiki/ and raw/ directories with templates, installing local dependencies, and optionally configuring agent-memory integration.
How this command is triggered — by the user, by Claude, or both
Slash command
/llm-wiki:init [--wiki-dir <name>] [--raw-dir <name>]wiki/The summary Claude sees in its command listing — used to decide when to auto-load this command
Initialize a new LLM Wiki in the current project. Use the `llm-wiki` skill to: 1. Open `skills/llm-wiki/references/retrieval-setup.md` and ask its setup questions in one grouped interaction: wiki/raw paths, model-cache location, graph usage, and agent-memory integration. 2. Explain that initialization installs and verifies the complete local runtime through `uv`: pinned FastEmbed, sqlite-vec, PyYAML, the `BAAI/bge-small-en-v1.5` model, the parse cache, and vectors for every existing section. No API key, provider consent, per-query fee, or outbound wiki/query text is involved. 3. After I an...
Initialize a new LLM Wiki in the current project. Use the llm-wiki skill to:
skills/llm-wiki/references/retrieval-setup.md and ask its setup questions in one grouped interaction: wiki/raw paths, model-cache location, graph usage, and agent-memory integration.uv: pinned FastEmbed, sqlite-vec, PyYAML, the BAAI/bge-small-en-v1.5 model, the parse cache, and vectors for every existing section. No API key, provider consent, per-query fee, or outbound wiki/query text is involved.python "${CLAUDE_PLUGIN_ROOT}/skills/llm-wiki/scripts/init_wiki.py" "<absolute-project-root>" with my selected paths. The script path and project-root argument must remain separate; never run it against the plugin directory. Do not report setup complete unless its runtime JSON says "status": "ready".SCHEMA.md and ask whether I want to customize page types, tags, or workflow conventions.references/agent-memory-integration.md. Show the exact addition and ask whether to append, create, or skip. Never write without approval.Arguments (if any): $ARGUMENTS
npx claudepluginhub praneybehl/llm-wiki-plugin --plugin llm-wiki/wikiManages an LLM wiki knowledge base — initialize topic wikis, show hub status, or list existing wikis. Also supports ingest, compile, query, lint, search, output, and research subcommands.
/initBootstraps a new LLM Wiki vault: creates directory tree, seeds config and index files, and prints quick-start instructions.
/wikiManages LLM Wiki knowledge bases: init new wiki, ingest paths/URLs, compile index, query questions, lint, or remove. Uses subcommands via arguments.
/llmsGenerates llms.txt and llms-full.txt files that provide LLM-friendly project documentation summaries, following the llms.txt specification.
/initBootstraps a project wiki: scaffolds the wiki directory, runs an interactive Q&A to detect languages, frameworks, ORMs, and databases, and optionally chains an atlas generation step.