What problem does it solve? Creating architecture diagrams, flowcharts, and sequence diagrams by hand is slow, and hand-editing Excalidraw JSON is error-prone. This Skill generates valid .excalidraw files from a plain-language description and refines them through conversational feedback. ## Core Features & Use Cases - Diagram Generation: Produces .excalidraw JSON files for architecture, flow, sequence, mindmap, and ER diagrams with auto-detected type and layout. - Consistent Styling: Applies a grid-aligned, hand-drawn dark-teal style guide with reusable JSON templates for rectangles, ellipses, diamonds, and arrows. - Iterative Refinement: Reads the current file before modifying, preserves user edits made in the Excalidraw canvas, and applies only requested changes. - Use Case: Ask for a diagram of your microservices architecture, open the generated file in the VS Code Excalidraw extension, then request targeted changes like adding a cache layer between the API and database. ## Quick Start Ask the assistant to draw an architecture diagram of your system as an Excalidraw file, then open the generated file in VS Code with the Excalidraw extension.