wikipilot is an MIT-licensed CLI published to npm.
Not showing up yet? The package is mid-launch — if the npm install above 404s, build from source instead:
Run this from the root of the repo you want documented. It drafts a dev/product/user portal wiki from your actual repo content — no blank templates to fill in.
-o, --out <dir> — where to scaffold the wiki (default ./wiki)--no-skill — skip scaffolding the Claude Code sync skillTurn the Markdown wiki into a static site, then preview it locally.
The output is plain HTML/CSS/JS — search, theme toggle, and Mermaid diagrams all work with zero server-side code, so you can host it anywhere.
Run a small local API that grounds a chat widget in your wiki's own content only.
Point --agent-port at this when you run wikipilot build and the built site's chat widget will use it automatically.
Today: host the wiki-dist/ output anywhere that serves static files — GitHub Pages, S3, your own nginx box. Soon: skip that step entirely.
Join the hosted-wiki waitlist →
wikipilot init's scaffolded skill into your normal workflow so the wiki stays synced without a separate chore.