What problem does it solve? Creating diagrams manually in drawing tools is slow and tedious, especially when you need flowcharts, architecture diagrams, or mind maps quickly from a written description. This Skill converts natural language requests directly into valid .excalidraw JSON files that open immediately in Excalidraw. ## Core Features & Use Cases - Nine diagram types: Flowcharts, relationship diagrams, mind maps, architecture diagrams, data flow diagrams, swimlane business flows, class diagrams, sequence diagrams, and ER diagrams. - Icon library integration: Split .excalidrawlib files (e.g., AWS architecture icons) into individual icon JSONs and insert them into diagrams with Python scripts that handle coordinate transforms and ID collisions. - Deterministic editing scripts: Add icons and arrows to existing diagrams via CLI scripts without consuming AI context tokens on large icon JSON payloads. - Use Case: Ask for an AWS architecture diagram with an Internet Gateway, VPC, ELB, EC2, and RDS; the Skill creates the base file, places official icons with labels, and draws labeled connecting arrows. ## Quick Start Ask the AI to create a flowchart of your user registration process and save it as an .excalidraw file you can open at excalidraw.com.