From llm-wiki
Bootstraps a wiki-first knowledge system into the current project directory. Prompts for project name if needed, shows dry-run preview via Python script, runs on confirmation.
How this command is triggered — by the user, by Claude, or both
Slash command
/llm-wiki:llm-wiki-bootstrap project nameThe summary Claude sees in its command listing — used to decide when to auto-load this command
Bootstrap a wiki-first knowledge system into the current working directory. If the user has not provided a project name as an argument, ask them for one. Then run: Show the dry-run preview to the user. If they confirm, run again without `--dry-run`. Existing files are skipped unless the user passes `--force`. After bootstrap, suggest the user run: - `python3 scripts/init_raw_root.py` — set up the local raw directory - `python3 scripts/wiki_check.py` — sanity-check the new wiki
Bootstrap a wiki-first knowledge system into the current working directory.
If the user has not provided a project name as an argument, ask them for one. Then run:
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/bootstrap_knowledge_system.py . "<project-name>" --dry-run
Show the dry-run preview to the user. If they confirm, run again without
--dry-run. Existing files are skipped unless the user passes --force.
After bootstrap, suggest the user run:
python3 scripts/init_raw_root.py — set up the local raw directorypython3 scripts/wiki_check.py — sanity-check the new wikinpx claudepluginhub jeevesh415/llm-wiki/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.
/wiki-initInteractively sets up a knowledge base wiki: checks existing config, auto-detects markdown directories, prompts for name/sources/output, creates .wiki-compiler.json and output structure.
/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.
/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: init new wiki, ingest paths/URLs, compile index, query questions, lint, or remove. Uses subcommands via arguments.