What problem does it solve? Creating diagrams usually requires opening a drawing tool and manually placing shapes. This Skill lets you produce valid Excalidraw diagram files directly as JSON, which can be opened at excalidraw.com or shared via a link without any account or rendering library. ## 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: Upload diagrams to excalidraw.com with client-side AES-GCM encryption using the included scripts/upload.py, producing a shareable URL with no account required. - Reference guides: Built-in color palettes, dark-mode theming rules, and complete copy-pasteable examples (flowcharts, process diagrams, UML-style sequence diagrams) in references/. - Use Case: Ask for a system architecture diagram of your microservices; the Skill writes a .excalidraw file with labeled, color-coded nodes and bound arrows, then optionally uploads it so you can share the link 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.