What problem does it solve? Creating diagrams usually requires opening a drawing tool and manually placing shapes. This Skill lets you produce hand-drawn style diagrams as plain Excalidraw JSON files that open directly 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) and save it as a .excalidraw file. - Container binding for labels: Correctly attach text to shapes and arrows using containerId and boundElements, avoiding the common invalid label property mistake. - Reference palettes and examples: Built-in color tables, dark-mode guidance, and copy-pasteable examples for flowcharts, process diagrams, and UML-style sequence diagrams. - Shareable uploads: An included Python script encrypts and uploads a diagram to excalidraw.com and prints a shareable URL. - Use Case: Ask for a system architecture diagram, receive a .excalidraw file, drag it onto excalidraw.com to view and edit, then upload it for a link to share with your team. ## Quick Start Use the excalidraw skill to create an architecture diagram of my web app with a frontend, API server, and database, and save it as a .excalidraw file.