What problem does it solve? Creating architecture diagrams, flowcharts, and sequence diagrams usually requires opening a drawing tool and manually placing shapes. This Skill lets you generate complete Excalidraw diagrams as plain JSON files that open directly on excalidraw.com, with no accounts, API keys, or rendering libraries. ## Core Features & Use Cases - JSON-Based Diagram Generation: Write standard Excalidraw element JSON (rectangles, ellipses, diamonds, arrows, bound text labels) and save it as a .excalidraw file. - Labeled Shapes and Arrows: Use container binding to attach centered text labels to shapes and arrows, with arrow bindings that connect elements via fixed points. - Shareable Links: Upload diagrams to excalidraw.com via the included scripts/upload.py to get a shareable URL without an account. - Use Case: Ask for a system architecture diagram showing a client, API gateway, and database; the Skill produces a .excalidraw file you drag onto excalidraw.com to view and edit. ## Quick Start Ask the AI to create an Excalidraw flowchart of your login process and save it as a .excalidraw file you can open at excalidraw.com.