agentsclimarketplace

Plantuml class diagram

Skill brunojaime/plantuml-diagram-toolkit/skills/plantuml-class-diagram

Skills y herramientas para generar, validar y renderizar diagramas PlantUML

Install
npx -y skills add brunojaime/plantuml-diagram-toolkit --skill plantuml-class-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 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.

SKILL.md

1.8 KB, as published. Nobody here has run it

PlantUML Class Diagram

Model the static structure and behavior contracts of types.

Workflow

  1. Determine whether the source describes domain concepts or implementation classes; state the selected level.
  2. Extract classes, code interfaces, attributes, operations, visibility, and types only when supported.
  3. Distinguish inheritance, realization, composition, aggregation, and plain association.
  4. Add multiplicities only when explicit or logically required.
  5. Apply conventions.md. Apply LANG-001 and LANG-002 to every user-visible label and response field.
  6. Render and inspect crossings, member density, and hierarchy.
  7. Return one @startuml ... @enduml block 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.

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.