agentsclimarketplace

Plantuml entity relationship diagram

Skill brunojaime/plantuml-diagram-toolkit/skills/plantuml-entity-relationship-diagram

Skills y herramientas para generar, validar y renderizar diagramas PlantUML

Install
npx -y skills add brunojaime/plantuml-diagram-toolkit --skill plantuml-entity-relationship-diagram

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 10 days oldThe repository was created 10 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 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.

What its author says it does

Copied from the file, not written here

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.

SKILL.md

1.8 KB, as published. Nobody here has run it

PlantUML Entity-Relationship Diagram

Model persistent data structure, identity, references, and cardinality.

Workflow

  1. Choose conceptual, logical, or physical data level and state it.
  2. Extract entities/tables, attributes/columns, identifiers, and relationships.
  3. Mark PK, FK, and unique constraints only when supported.
  4. Determine minimum and maximum cardinality independently on both ends.
  5. Resolve many-to-many relationships with an associative entity only for a logical/physical model or when the source defines it.
  6. Apply conventions.md. Apply LANG-001 and LANG-002 to every user-visible label and response field.
  7. Render and inspect cardinality placement and crossings.
  8. Return one @startuml ... @enduml block 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 id column, 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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.