drawio-architecture-skill
by moon09300731·★ 13·Score 40
A Claude Code skill for creating architecture diagrams using draw.io via MCP server.
Overview
The drawio-architecture-skill provides a specialized interface for creating professional architecture diagrams, flowcharts, and system diagrams in Claude Code. It leverages the draw.io MCP server to generate diagrams in multiple formats including .drawio source files, PNG, SVG, and PDF. The skill includes predefined color schemes, various node shapes, and supports specialized diagram types like UML diagrams, network topology, and deployment architectures.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP server when you need to create professional architecture diagrams and technical documentation using Claude Code, especially when working with complex system designs or requiring multiple export formats.
When NOT to choose this
Avoid this if you need real-time collaborative editing capabilities or if you're not already using Claude Code as your primary interface for diagram creation.
Tools this server exposes
4 tools extracted from the READMEcreate_architecture_diagramCreates architecture diagrams including project architecture, system design, and data flow diagrams
create_uml_diagramCreates UML diagrams including class diagrams, sequence diagrams, and state diagrams
create_network_diagramCreates network topology diagrams showing system connections and infrastructure
export_diagramExports diagrams to various formats including .drawio, .png, .svg, and .pdf
Comparable tools
Installation
Installation Options
- **Manual Installation**
# Clone repository
git clone https://github.com/moon09300731/drawio-architecture-skill.git
cd drawio-architecture-skill
# Copy to Claude skills directory
cp -r drawio-architecture ~/.claude/skills/
# Verify installation
ls -la ~/.claude/skills/drawio-architecture/- **One-click Installation**
curl -fsSL https://raw.githubusercontent.com/moon09300731/drawio-architecture-skill/main/install.sh | bashPrerequisites
Requires the draw.io MCP Server:
# Install with npx
npx @modelcontextprotocol/server-drawio
# Or globally install
npm install -g @modelcontextprotocol/server-drawioFAQ
- What formats can diagrams be exported in?
- Diagrams can be exported in multiple formats: .drawio (source file), PNG (image), SVG (vector), and PDF (document). The .drawio format is recommended for editing.
- How do I use the skill in Claude Code?
- Simply use natural language descriptions in Claude Code, such as 'draw a project architecture diagram showing the flow of data preparation, model training, and inference services'.
Compare drawio-architecture-skill with
Last updated · Auto-generated from public README + GitHub signals.