What problem does it solve?
This Skill analyzes Python codebases and automatically generates comprehensive project documentation, including architecture diagrams (Mermaid), class diagrams (PlantUML), and API references, keeping documentation in sync with code and reducing maintenance effort.
Core Features & Use Cases
- Analysis-driven diagrams: Architecture (Mermaid) and class diagrams (PlantUML) generated from your codebase.
- In-project documentation: Outputs docs/ with ARCHITECTURE.md, API_REFERENCE.md, ANALYSIS_REPORT.md, plus diagrams.
- Onboarding and maintenance: Quick insights about project structure to speed up team ramp-up.
Quick Start
Run /kc-docs analyze <project_path> to inspect the codebase and determine recommended diagrams, then run /kc-docs generate <project_path> to produce diagrams and documentation inside the project. You can view the results under <project_path>/docs.