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 produce complete Excalidraw diagrams directly as JSON files that open instantly at 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. - Shareable link upload: A bundled Python script encrypts the file client-side with AES-GCM and uploads it to excalidraw.com, returning a shareable URL. - Reference guides: Built-in color palettes, dark-mode theming rules, and copy-pasteable examples for flowcharts, process diagrams, and UML sequence diagrams. - Use Case: Ask for a system architecture diagram of your microservices, receive a .excalidraw file, drag it onto excalidraw.com to edit, or upload it for a link to share with your team. ## Quick Start Ask the agent to create an Excalidraw diagram of your system architecture and save it as a .excalidraw file you can open at excalidraw.com.