Wiki Build banner
Pratiyush Pratiyush

Wiki Build

Documentation community

Description

Regenerate the static HTML site for the llmwiki. Usage: /wiki-build [--synthesize] Run: ```bash 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).

Installation

Installs to ~/.claude/commands/pratiyush-llm-wiki-wiki-build.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Pratiyush/llm-wiki/HEAD/.claude/commands/wiki-build.md -o ~/.claude/commands/pratiyush-llm-wiki-wiki-build.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository