Prerequisites
You need Claude Code installed before proceeding. The plugin runs inside Claude Code and adds the/wiki-* commands to your sessions.
Install methods
- From GitHub (recommended)
- Single session (no install)
Install once and the plugin is available across all your Claude Code sessions.Replace
1
Clone the repository
2
Add as a local marketplace
/path/to/llm-wiki-compiler with the actual path where you cloned the repo.3
Install the plugin
4
Restart Claude Code
Restart Claude Code for the plugin hooks to register. The
/wiki-* commands and the session startup hook will not be active until you do this.Verify the install
After restarting Claude Code, open any project and type/wiki — you should see the available commands: /wiki-init, /wiki-compile, /wiki-ingest, /wiki-search, /wiki-query, /wiki-lint, and /wiki-upgrade.