Drawio Diagrams
Generates Drawio diagrams from text prompts, providing a quick and easy way to visualize workflows and concepts.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add drawio-diagrams npx -- -y @trustedskills/drawio-diagrams
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"drawio-diagrams": {
"command": "npx",
"args": [
"-y",
"@trustedskills/drawio-diagrams"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to generate diagrams using draw.io (also known as diagrams.net). It can create various diagram types, including flowcharts, UML diagrams, and network diagrams, based on textual descriptions or instructions provided by the user. The generated diagrams are output in a standard format compatible with draw.io for further editing and export.
When to use it
- Visualizing workflows: When you need to represent a process or sequence of steps visually for better understanding.
- Designing system architecture: To create visual representations of software systems, network topologies, or other technical architectures.
- Creating documentation: For generating diagrams as part of technical documentation or presentations.
- Brainstorming and planning: To quickly sketch out ideas and concepts in a diagrammatic format.
Key capabilities
- Diagram generation from text descriptions
- Support for various diagram types (flowcharts, UML, network diagrams)
- Output compatible with draw.io/diagrams.net
- Ability to create complex diagrams based on user instructions
Example prompts
- "Create a flowchart showing the steps in ordering food online."
- "Generate a simple UML class diagram for a library system with classes Book, Author, and Member."
- βDraw a network diagram representing three servers connected by switches.β
Tips & gotchas
The quality of the generated diagrams depends heavily on the clarity and detail provided in the prompt. Be specific about the elements you want included and their relationships for best results.
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.