What problem does it solve? Turning Mermaid diagram code into polished, shareable images usually requires manual tooling and screenshot fiddling. This Skill renders Mermaid diagrams to SVG and captures high-resolution PNGs with consistent themes in one repeatable workflow. ## Core Features & Use Cases - Themed SVG Rendering: Render flowcharts, sequence, state, class, and ER diagrams using 13 built-in themes such as Tokyo Night, Dracula, Nord, and GitHub Dark. - High-Resolution PNG Capture: Wrap the SVG in an HTML page and screenshot it at a 4K viewport 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 space-dash edge labels. - Use Case: Ask for a CI/CD pipeline flowchart in the tokyo-night theme, and receive both a scalable diagram.svg and a 4K diagram.png ready for documentation or slides. ## Quick Start Render this Mermaid flowchart of our deployment pipeline as an SVG and PNG using the tokyo-night theme.