What problem does it solve? Converting Mermaid diagram code into polished, shareable image files requires juggling renderers, themes, and screenshot tooling; this Skill automates the full pipeline from Mermaid syntax to themed SVG and 4K-resolution PNG output. ## Core Features & Use Cases - SVG Rendering: Render flowcharts, sequence, state, class, and ER diagrams to SVG using the Beautiful Mermaid library with 13 built-in themes like Tokyo Night, Dracula, and Nord. - High-Resolution PNG Capture: Wrap the SVG in an HTML page and capture a 4K-viewport screenshot via the agent-browser skill for crisp raster output. - Syntax Guidance: A bundled Mermaid syntax reference helps generate valid diagram code and avoid common pitfalls like broken edge labels. - Use Case: A developer documenting an API OAuth flow can describe the sequence, get valid Mermaid code generated, and receive both a scalable SVG and a presentation-ready PNG in one pass. ## Quick Start Render this Mermaid flowchart of our CI/CD pipeline as an SVG and PNG using the tokyo-night theme.