Plantuml class diagram
Skill brunojaime/plantuml-diagram-toolkit/skills/plantuml-class-diagram
Generate and refine UML class diagrams in PlantUML from domain models, source code, APIs, or requirements. Use for clases, interfaces de código, attributes, methods, inheritance, realization, composition, aggregation, and navigability. Do not model runtime deployment, component interfaces, temporal messages, or database tables/cardinalities unless explicitly mapping persistence classes.From its SKILL.md
npx -y skills add brunojaime/plantuml-diagram-toolkit --skill plantuml-class-diagramAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.8 KB, 274 tokens by cl100k_base, as published. Nobody here has run it
PlantUML Class Diagram
Model the static structure and behavior contracts of types.
Workflow
- Determine whether the source describes domain concepts or implementation classes; state the selected level.
- Extract classes, code interfaces, attributes, operations, visibility, and types only when supported.
- Distinguish inheritance, realization, composition, aggregation, and plain association.
- Add multiplicities only when explicit or logically required.
- Apply conventions.md. Apply LANG-001 and LANG-002 to every user-visible label and response field.
- Render and inspect crossings, member density, and hierarchy.
- Return one
@startuml ... @endumlblock plus assumptions.
Hard rules
- Do not represent services, nodes, APIs, or databases as classes merely because they appear in architecture notes.
- Generate all user-visible content in Spanish. Preserve exact class/code identifiers when translation would break traceability.
- Do not turn database foreign keys into class relationships automatically.
- Do not invent methods, visibility, types, inheritance, or multiplicities.
- Hide implementation members when the requested view is conceptual.
- Use unique aliases and no remote includes.
When user feedback is reusable, update references/conventions.md.
What ships with it: 3 files
1.7 KB alongside SKILL.md
agents/
- openai.yaml234 B
references/
- conventions.md660 B
- language.md834 B