Uml Diagram Design
Generates basic UML diagrams (class, sequence, activity) from text descriptions to visualize system structure and workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add uml-diagram-design npx -- -y @trustedskills/uml-diagram-design
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"uml-diagram-design": {
"command": "npx",
"args": [
"-y",
"@trustedskills/uml-diagram-design"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
UML Diagram Design
What it does
This skill enables AI agents to generate, refine, and explain Unified Modeling Language (UML) diagrams based on textual descriptions or code requirements. It translates abstract software architecture concepts into visual representations like class, sequence, and activity diagrams to clarify system structure and behavior.
When to use it
- You need to visualize a complex class hierarchy before writing the implementation code.
- You want to document the flow of data between microservices in a sequence diagram.
- You are reviewing legacy code and need a visual map to understand the current architecture.
- You require a standardized diagram for stakeholder presentations to explain technical decisions.
Key capabilities
- Generates accurate UML diagrams from natural language prompts or code snippets.
- Supports various diagram types including class, sequence, use case, and activity diagrams.
- Provides explanations of diagram elements and their relationships within the system context.
- Iteratively refines diagrams based on user feedback regarding accuracy or detail level.
Example prompts
- "Create a class diagram for an e-commerce system with users, products, and orders."
- "Generate a sequence diagram showing the login flow for a multi-factor authentication system."
- "Explain the relationships between the classes in this provided Java code snippet using a UML view."
Tips & gotchas
Ensure your input descriptions are specific about entities and interactions to avoid generic diagrams. While the skill generates visual structures, always verify that the generated logic aligns with your specific business rules before finalizing architecture.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.