Store
Claude skill Sciences

UML Diagrams

Generates UML diagrams (class, sequence, use case, state) in both Mermaid and PlantUML from a text description of your system, with a consistency check (associations, cardinalities, names).

Real example

Taken from the skill's “Example” section (in French: the skill answers in your language).

Claude · skill uml-schemas
Fais-moi un diagramme de classes : une Commande a plusieurs LigneCommande, chaque LigneCommande référence un Produit.

Diagramme choisi

Classes (structure de données décrite).

classDiagram

class Commande {

+date : Date

}

class LigneCommande {

+quantite : int

}

class Produit {

+nom : string

+prix : float

}

Commande "1" --> "*" LigneCommande

LigneCommande "*" --> "1" Produit

…

Install in two minutes

  1. 1

    claude.ai or Claude Desktop

    Settings, capabilities (skills) section, then import the .zip file.

  2. 2

    Claude Code

    Unzip the folder into ~/.claude/skills/: the /uml-schemas command appears.

  3. 3

    Ask as usual

    Claude triggers the skill on its own when your request matches.

The skill helps you learn and produce your own work; it never writes graded work for you. Check your school's rules on AI use.

In the same field

Join GetPack

Already have an account? Sign in