What problem does it solve?
Automates the process of generating comprehensive, file-by-file code tutorials for a repository. It inventories every source file, creates a TODO tracker to ensure full coverage, assigns parallel agents to write documentation, performs self-reviews, and builds a static website ready for deployment on GitHub Pages.
Core Features & Use Cases
- File-by-file tutorials: Produce detailed explanations for every source file, including code snippets and architectural context.
- Parallel documentation: Launch multiple agents to write docs concurrently, accelerating large codebases.
- Self-review and quality: Validate coverage and content quality, with automatic repair of gaps.
- Publish and share: Build a MkDocs Material site and deploy to GitHub Pages for easy access.
- Extensible inputs: Language and target directory configurable; supports quick-start and topic-based reading paths.
Quick Start
Generate a complete file-by-file tutorial for the current repository in English and deploy a static website.