uml-drawing
Installation
SKILL.md
Embed a correct UML diagram in your docs
Agents are constantly asked to "add a diagram" to documentation — and they routinely get the modeling subtly wrong (invalid multiplicities, arrows reversed, inheritance backwards) or hand back a code block that never renders as a picture. This skill produces a correct class diagram and a real embeddable image.
Scope
- Class diagrams only, for now — classes, attributes, associations, multiplicities, inheritance. Other UML diagram types (state machines, object, sequence, activity, …) are out of scope for this skill.
- Always through BESSER B-UML. Every diagram is built as a B-UML
DomainModelfirst, then delivered. Going through the model is what makes the diagram correct and reusable as code.