What problem does it solve? Writing Mermaid diagrams by hand often leads to syntax errors, wrong arrow directions, and unverified output that breaks when rendered. This Skill generates Mermaid code from natural-language requirements, saves it to files, verifies it with the Mermaid CLI, and visually reviews the rendered PNG before delivery. ## Core Features & Use Cases - 23 diagram types: Flowcharts, sequence diagrams, class diagrams, ER diagrams, Gantt charts, C4 architecture, Sankey, mindmaps, and more. - Mandatory verification loop: Renders diagrams with mmdc, inspects the PNG, scores quality against a strict checklist, and iterates up to 3 times until accepted. - Academic and math support: CVPR/NeurIPS styling guidelines and KaTeX math notation for formulas inside flowchart and sequence diagram labels. - Use Case: Ask for an ER diagram of your database schema and receive a verified .mmd source file, a Markdown preview, and a rendered PNG in the figures/ directory. ## Quick Start Generate a Mermaid sequence diagram showing the OAuth login flow between the client, auth server, and database.