Help us improve
Share bugs, ideas, or general feedback.
From llm-wiki
Initializes LLM Wiki structure in the project: creates wiki/ and raw/ directories with templates, bootstraps SCHEMA.md and graph layer, guides customization and proposes agent-memory integration. [--wiki-dir <name>] [--raw-dir <name>]
npx claudepluginhub praneybehl/llm-wiki-plugin --plugin llm-wikiHow 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. Confirm with me where the wiki should live (default: `wiki/` and `raw/` at the project root). 2. Run `python skills/llm-wiki/scripts/init_wiki.py .` from the plugin's skill directory (or with the appropriate arguments if I specified non-default directory names). 3. Walk me through the bootstrapped `SCHEMA.md` and ask whether I want to customize anything — page types, tag taxonomy, custom workflow conventions — before the first ingest. Mention that the optional graph layer was seeded under `wiki/graph/` (with ...
/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.
/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.
/wikiManages LLM Wiki knowledge bases: init new wiki, ingest paths/URLs, compile index, query questions, lint, or remove. Uses subcommands via arguments.
/wiki-ingestIngest a file into a local LLM wiki, creating source/entity/concept pages. Wiki path auto-resolves from .wiki-default or --wiki flag.
/llmsGenerates llms.txt (links + summaries) and llms-full.txt (full content) in wiki/ for LLM-friendly project docs per llms.txt spec.
Share bugs, ideas, or general feedback.
Initialize a new LLM Wiki in the current project. Use the llm-wiki skill to:
wiki/ and raw/ at the project root).python skills/llm-wiki/scripts/init_wiki.py . from the plugin's skill directory (or with the appropriate arguments if I specified non-default directory names).SCHEMA.md and ask whether I want to customize anything — page types, tag taxonomy, custom workflow conventions — before the first ingest. Mention that the optional graph layer was seeded under wiki/graph/ (with ontology.yaml, a README.md explaining canonical-vs-generated artifacts, and a .gitignore) and offer to walk through ontology.yaml if I want to add domain-specific predicates.CLAUDE.md; Codex / Cursor / OpenCode / Pi / OpenClaw → AGENTS.md; Gemini CLI → GEMINI.md; if unsure or multi-agent, default to AGENTS.md). Show me the canonical wiki stanza from references/agent-memory-integration.md, ask whether to append it to an existing memory file, create a new one, or skip. Never write without my approval. If the file already contains an LLM Wiki stanza, show me the diff before changing anything.Arguments (if any): $ARGUMENTS