What problem does it solve?
This skill helps you create a structured static HTML documentation wiki for the current codebase, enabling quick access to architecture, features, and development guidelines.
Core Features & Use Cases
- Structured Wiki Generation: Analyze a repository and produce a multi-level documentation wiki with hierarchical navigation and evidence-based content.
- Bundled Build Script: Use the included scripts/build_wiki.py to generate the wiki site without external tooling.
- Diagram Support: Render Mermaid diagrams for architecture, workflows, and data flows in the wiki.
- Citation-Driven Documentation: Generate pages with citations to source files to support claims.
- Quick Customization: Optionally configure wiki structure with a JSON config file for large repos.
Quick Start
Place Markdown wiki files under wiki/, optionally add wiki.json for section layout, then run:
python wiki/scripts/build_wiki.py -i wiki/ --title "Codebase Wiki"
Open wiki/html/index.html to view the generated docs.