What problem does it solve?
This Skill turns a source directory into clear C4 code-level documentation, helping teams understand functions, classes, modules, and dependencies without reading every file manually.
Core Features & Use Cases
- Code Element Inventory: Captures function signatures, class responsibilities, module boundaries, and where each item lives in the codebase.
- Dependency Mapping: Identifies internal relationships and external libraries so architecture and coupling are easy to review.
- Diagram Support: Produces Mermaid diagrams for object-oriented, functional, procedural, or mixed code structures when the design is complex.
- Use Case: A developer asks for documentation of a service folder and gets a structured C4-style breakdown with dependencies and a diagram-ready overview.
Quick Start
Use this skill to analyze the target code directory and produce C4 code-level documentation with functions, classes, dependencies, and diagrams as needed.