architecture-diagram
Installation
SKILL.md
Architecture Diagram Skill
Create clear, professional architecture diagrams using drawio tools.
Workflow
Creating a new diagram:
- Call
start_sessionto open browser preview - Analyze requirements → identify diagram type and components
- Plan layout → sketch component placement mentally
- Call
create_new_diagramwith complete mxGraphModel XML
Modifying existing diagram:
- Call
get_diagramto fetch current state - Call
edit_diagramwith add/update/delete operations
Exporting:
- Call
export_diagramwith path to save .drawio file