What problem does it solve? Creating consistent, publish-grade technical diagrams (architecture, data flow, sequence, agent/memory) for documentation and slides is slow and error-prone when hand-writing SVG, and validation/export tooling is often missing. ## Core Features & Use Cases - 13 diagram types: architecture, data flow, flowchart, sequence, agent, memory, comparison, timeline, mind map, class/ER, use case, state machine, and network topology, each with defined layout rules. - 8 visual styles: from Flat Icon and Dark Terminal to Blueprint, Glassmorphism, and Dark Luxury, with a style-to-diagram-type suitability matrix. - Scripted generation and validation: a Python template generator driven by JSON specs, plus shell scripts that validate SVG and export 1920px PNG via rsvg-convert. - Use Case: Ask for an agent architecture diagram in Dark Terminal style; the skill loads the style reference, writes the SVG, validates it, and exports a retina PNG for your README. ## Quick Start Generate an architecture diagram of my RAG pipeline in style 2 and export it as a PNG.