generate_tutorial
Creates a comprehensive tutorial for any initialized codebase, featuring architecture overview, Mermaid diagrams, and a structured learning path to master the project.
Instructions
Generate a comprehensive tutorial/learning guide for a codebase. Creates a "Zero to Hero" tutorial with:
Project overview and architecture
Mermaid.js dependency diagrams
Structured learning path (chapters)
Key insights and patterns
Requires init_codebase to be run first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rootPath | Yes | Absolute path to the codebase root (must have been initialized) | |
| focusTopic | No | Optional: Focus the tutorial on a specific topic or area (e.g., 'authentication', 'database') |