What problem does it solve?
This skill automates generating Mermaid UML class diagrams directly from Rust source code, turning type definitions, traits, enums, and impl blocks into standard, readable diagrams that document architecture and relationships.
Core Features & Use Cases
- Generate class diagrams that reflect Rust types with accurate visibility, stereotypes, and relationships (ownership, references, and trait impls).
- Visualize module architectures, type hierarchies, and API compositions to support documentation in docs/modules/devel/, docs/modules/architecture/, and docs/modules/patterns/.
- Trigger diagrams on natural prompts like draw a diagram of, show the relationships between, UML for this module, or class diagram for a given Rust module.
Quick Start
Provide the Rust module path you want diagrammed and the tool will generate a Mermaid class diagram.