What problem does it solve? Creating flowcharts, sequence diagrams, and other technical diagrams usually requires dedicated GUI tools or manual drawing. This Skill converts plain-text Mermaid syntax directly into rendered SVG images or terminal-friendly ASCII art, so diagrams can be generated programmatically from code or chat. ## Core Features & Use Cases - Dual Output Modes: Render diagrams as themed SVG images for documents or as ASCII/Unicode art for terminal display. - Five Diagram Types: Supports flowcharts, sequence diagrams, state diagrams, class diagrams, and ER diagrams. - Flexible Input: Accepts Mermaid code from a file or piped via stdin, with optional theme selection for SVG output. - Use Case: While documenting a microservices architecture, paste a sequenceDiagram definition and instantly get a themed SVG to embed in your design doc, or an ASCII version to include in a README. ## Quick Start Render the Mermaid diagram in my file flow.mmd as an SVG image using the github-dark theme.