Command
/wiki-init
Bootstrap a fresh LLM Wiki vault with the three-layer structure, schema files, and starter templates. Usage /wiki-init <path> --topic "<topic>" [--tool all|claude-code|codex|cursor|antigravity]
One command from claude-skills.
shell
$ npx -y skills add alirezarezvani/claude-skills --agent claude-codeShips with claude-skills. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/wiki-init
Context preview
What this command does when you run it.
Bootstrap a fresh LLM Wiki vault with the three-layer structure, schema files, and starter templates. Usage /wiki-init <path> --topic "<topic>" [--tool all|claude-code|codex|cursor|antigravity]
Stats
Stars23,060
Forks3,139
LanguagePython
LicenseMIT
Ships with claude-skills
Command definition
wiki-init.md
--- name: wiki-init description: Bootstrap a fresh LLM Wiki vault with the three-layer structure, schema files, and starter templates. Usage /wiki-init <path> --topic "<topic>" [--tool all|claude-code|codex|cursor|antigravity] --- <!-- canonical copy: engineering/llm-wiki/commands/wiki-init.md — keep in sync --> # /wiki-init Bootstrap a new LLM Wiki vault. Creates `raw/`, `wiki/{entities,concepts,sources,comparisons,synthesis}`, the index and log, and installs the schema file(s) for your LLM CLI of choice. ## Usage ``` /wiki-init <path> --topic "<one-line topic>" /wiki-init <path> --topic "<topic>" --tool <claude-code|codex|cursor|antigravity|opencode|gemini-cli|all> /wiki-init <path> --topic "<topic>" --force # overwrite non-empty dir ``` ## Examples ``` /wiki-init ~/vaults/research --topic "LLM interpretability" /wiki-init ./book-wiki --topic "The Power Broker — Robert Caro" --tool all /wiki-init ~/vaults/founders --topic "SaaS founder playbook" --tool codex ``` ## What it creates ``` <path>/ ├── raw/ │ └── assets/ ├── wiki/ │ ├── index.md # from template │ ├── log.md # from template
