Skip to main content

Prerequisites

You need Claude Code installed before proceeding. The plugin runs inside Claude Code and adds the /wiki-* commands to your sessions.

Install methods

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.

Updating

From inside Claude Code, run:
/wiki-upgrade
This pulls the latest version from GitHub and shows you what changed. Restart Claude Code after updating to load new commands and hooks.
If /wiki-upgrade is not available (you installed an older version), update manually:
cd /path/to/llm-wiki-compiler && git pull
claude plugin update llm-wiki-compiler
Then restart Claude Code.