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

  1. Investigate — Launch parallel agents to deeply explore the codebase
  2. Plan — Decide which sections are relevant based on findings
  3. Generate — Build the HTML wiki using the bundled template
  4. 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.

Agent Prompts (adapt to the project)

Installs
2
Repository
huytd/skills
GitHub Stars
19
First Seen
Jul 18, 2026
create-wiki — huytd/skills