What problem does it solve? Turning a written description of a flow, architecture, or process into a usable diagram usually means hand-drawing in a GUI tool or settling for a static image you cannot edit later. This Skill produces a complete diagram triplet from plain English or mermaid source, fully offline. ## Core Features & Use Cases - Diagram triplet output: Every run emits the mermaid source (.mmd), an editable .excalidraw scene, plus rendered SVG and PNG files. - Fully offline rendering: Uses a self-contained local render bundle opened in a local browser engine, with no CDN or network calls. - Editable round-trips: Flowcharts and sequence diagrams convert to real Excalidraw boxes and arrows, and edited .excalidraw scenes can be re-rendered back to SVG/PNG. - Use Case: Ask for an architecture diagram of your request pipeline, and receive a committed-ready .mmd source, a crisp PNG for the README, and an .excalidraw file you can open at excalidraw.com to rearrange. ## Quick Start Ask the assistant to make a diagram of your login flow and it will generate the mermaid source, an editable Excalidraw file, and rendered SVG and PNG images.