create-wiki
Installation
SKILL.md
Create Wiki
Generate a comprehensive single-page wiki for any codebase, saved to .docs/index.html. The wiki explains the project's architecture, implementation, and key systems in explanatory narrative prose — not terse reference tables or bullet-point dumps.
Process
- Investigate — Launch parallel agents to deeply explore the codebase
- Plan — Decide which sections are relevant based on findings
- Generate — Build the HTML wiki using the bundled template
- Refine — Review for completeness and readability
Step 1: Investigate the Codebase
Speed matters here — launch 4–6 parallel exploration agents to cover the codebase from different angles. Before launching, detect the project stack by reading the package manager manifest (package.json, pyproject.toml, go.mod, Cargo.toml, etc.) so you can tailor agent prompts.