What problem does it solve? Creating diagrams manually is slow and hard to maintain; this Skill lets you author diagrams as versionable text (.mmd files) and compile them to images automatically, with guidance on picking the right diagram type and fixing rendering issues. ## Core Features & Use Cases - Diagram Authoring: Choose from flowchart, sequence, class, ER, state, gantt, git graph, architecture, timeline, mindmap, and more, with syntax references for each type. - Compilation & Export: Render .mmd files to PNG, SVG, or PDF using mmdc with theme and sizing options. - Visual Self-Check & Review Loop: Inspect exported images for label truncation, cramped layouts, and edge spaghetti, then iterate with minimal edits. - Use Case: When documenting a microservices system, generate an architecture-beta diagram with AWS icons, compile it to a 2048px PNG, and embed it in your project README. ## Quick Start Use the mermaid skill to create a sequence diagram of our login flow and export it as a PNG.