Skip to content
Documentation
Command

/wiki-build

Regenerate the static HTML site for the llmwiki.

From plugin
llmwiki
36218 skills18 commands
Install
> /plugin marketplace add Pratiyush/llm-wiki
> /plugin install llmwiki@llmwiki

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-build

Context preview

What this command does when you run it.

Regenerate the static HTML site for the llmwiki.

Command definition

wiki-build.md

Regenerate the static HTML site for the llmwiki.

Usage: /wiki-build [--synthesize]

Run:

python3 -m llmwiki build $ARGUMENTS

The `--synthesize` flag (optional) calls the `claude` CLI once to generate an Overview paragraph for the home page.

Report the output directory (default: `site/`), the total number of HTML files, and total size.

Remind the user they can browse the result with `/wiki-serve` (starts a local HTTP server on port 8765).

Ships withllmwiki

LLM-powered knowledge base from your Claude Code, Codex CLI, Cursor, Gemini CLI, and Obsidian sessions. Built on Andrej Karpathy's LLM Wiki pattern.

Get the whole plugin