What problem does it solve? Creating architecture, workflow, and concept diagrams by hand is slow and often produces boxes-and-labels that display information without communicating structure. This Skill generates Excalidraw JSON files that argue visually, then renders them to PNG so every diagram can be inspected and iterated on. ## Core Features & Use Cases - Structured diagram generation: Produces valid .excalidraw JSON using a visual pattern library (fan-out, timeline, tree, cycle, side-by-side) with semantic shapes, colours, and evidence artifacts like real code snippets and event names. - Headless PNG rendering: A Playwright-based renderer exports any .excalidraw file to PNG so the output can be visually audited and fixed in a render-fix loop. - Customisable brand palette: All colours live in a single color-palette.md reference file, so re-skinning every diagram requires editing one file. - Use Case: Ask for a diagram of a streaming protocol integration and receive a multi-zoom Excalidraw file showing the summary flow, section boundaries, real event names, and a code snippet, rendered to PNG for review. ## Quick Start Ask the assistant to create an Excalidraw diagram of your system architecture or workflow and render it to a PNG for review.