What problem does it solve? Creating architecture diagrams, flowcharts, and sequence diagrams manually is slow and produces inconsistent visuals that drift out of sync with code. This Skill provides complete Mermaid 11.12.2 syntax guidance and rendering integration so diagrams can be written as text, versioned in git, and rendered to SVG or PNG. ## Core Features & Use Cases - 21 Diagram Types: Covers flowcharts, sequence, class, ER, state, Gantt, C4, mindmap, Sankey, radar, kanban, packet, and more, organized into five categories. - MCP Playwright Rendering: Renders Mermaid source to SVG and PNG outputs through the Playwright MCP server configured in the project. - Enterprise Patterns: Includes ready-made patterns for microservices C4 diagrams, event-driven architectures, data pipelines, OAuth2 flows, and incident response flows. - Use Case: During a design review, ask for a C4 context diagram of your microservices platform; the Skill produces valid Mermaid syntax with labeled relationships that you can render and embed in documentation. ## Quick Start Ask Claude to create a Mermaid sequence diagram showing an API request flowing through a load balancer, cache, and database with error handling paths.