Plantuml entity relationship diagram
Skill brunojaime/plantuml-diagram-toolkit/skills/plantuml-entity-relationship-diagram
Generate and refine entity-relationship diagrams (DER/ERD) in PlantUML from data requirements, schemas, SQL, ORM models, or architecture notes. Use for entidades, tablas, attributes, primary and foreign keys, identifying relationships, optionality, and cardinalities. Do not model software components, runtime deployment, class methods/inheritance, or temporal message flows.From its SKILL.md
npx -y skills add brunojaime/plantuml-diagram-toolkit --skill plantuml-entity-relationship-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, 306 tokens by cl100k_base, as published. Nobody here has run it
PlantUML Entity-Relationship Diagram
Model persistent data structure, identity, references, and cardinality.
Workflow
- Choose conceptual, logical, or physical data level and state it.
- Extract entities/tables, attributes/columns, identifiers, and relationships.
- Mark PK, FK, and unique constraints only when supported.
- Determine minimum and maximum cardinality independently on both ends.
- Resolve many-to-many relationships with an associative entity only for a logical/physical model or when the source defines it.
- Apply conventions.md. Apply LANG-001 and LANG-002 to every user-visible label and response field.
- Render and inspect cardinality placement and crossings.
- Return one
@startuml ... @endumlblock plus assumptions.
Hard rules
- DER is a data model, not a UML class diagram.
- Generate all user-visible content in Spanish. Preserve exact schema identifiers when translation would break traceability.
- Do not add methods, services, APIs, nodes, queues, or message order.
- Do not infer an
idcolumn, surrogate key, FK, cascade rule, nullability, or cardinality merely from naming. - Preserve composite and natural keys when stated.
- Use Crow's Foot cardinalities consistently.
- 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.yaml252 B
references/
- conventions.md660 B
- language.md828 B