What problem does it solve? Communicating system architecture, database schemas, and process flows through static images is hard to maintain and review. This Skill lets you generate version-controllable diagrams from plain text Mermaid syntax that render automatically in GitHub, VS Code, Notion, and other tools. ## Core Features & Use Cases - Nine Diagram Types: Class diagrams, sequence diagrams, flowcharts, ER diagrams, C4 architecture diagrams, state diagrams, git graphs, Gantt charts, and pie/bar charts. - Detailed Syntax References: In-depth guides for relationships, cardinality, activations, alt/loop/par blocks, subgraphs, and C4 context/container/component levels. - Theming and Styling: Built-in themes (default, forest, dark, neutral, base), custom theme variables, ELK layout, and hand-drawn look options. - Use Case: Document a microservices authentication flow as a sequence diagram with alt/else branches for invalid credentials, then embed it directly in your repository's Markdown where GitHub renders it automatically. ## Quick Start Ask the AI to create a Mermaid sequence diagram showing your application's login flow between the user, frontend, API, and database.