What problem does it solve?
This Skill removes the friction of drawing UML diagrams by letting you write concise PlantUML text and turn it into a ready-to-render UML diagram.
Core Features & Use Cases
- UML diagram generation from PlantUML: Supports common UML types such as Class, Sequence, Activity, State Machine, Component, Use Case, Deployment, plus other variants like Object/Package/Communication.
- Relationship and styling syntax for clear modeling: Uses PlantUML arrow syntax for relationships (inheritance/realization/associations/aggregation/composition/dependency) and supports
skinparam and per-element colors.
- Enterprise-ready iconography via mxgraph stencils: Enables mixing standard UML constructs with thousands of cloud/infra stencil icons using
mxgraph.* syntax for visual architecture diagrams.
Quick Start
Use the uml skill to generate a PlantUML diagram for a class diagram by writing a single PlantUML block that starts with @startuml and ends with @enduml, using the plantuml fence, then include your class, interface, and relationship lines.