What problem does it solve? Turning messy notes, code snippets, schemas, or verbal descriptions into clean, editable diagrams normally requires manual drawing tools and syntax knowledge. This Skill converts natural language and structured inputs directly into valid diagram source code and optionally renders it to image files. ## Core Features & Use Cases - Multi-language diagram generation: Produces Mermaid by default, Graphviz DOT for dense dependency graphs, PlantUML for formal UML, and raw SVG when text languages fall short. - Wide diagram coverage: Supports flowcharts, swimlanes, sequence diagrams, state machines, ER diagrams, class diagrams, Gantt charts, mind maps, user journeys, architecture diagrams, and network graphs. - Optional local rendering: Ships a dependency-tolerant Python script that renders source to SVG, PNG, or PDF using mmdc, Graphviz dot, or PlantUML, with actionable install hints when renderers are missing. - Use Case: Paste a database schema description and ask for an ER diagram; receive editable Mermaid erDiagram source plus a rendered SVG file for your documentation. ## Quick Start Ask the assistant to create a Mermaid flowchart of your deployment pipeline and render it to an SVG file.