What problem does it solve? Communicating system architecture, database schemas, and process flows through static images is hard to maintain and version. This Skill lets you generate professional diagrams from plain text definitions that live alongside your code and update as your system evolves. ## Core Features & Use Cases - Nine Diagram Types: Class diagrams, sequence diagrams, flowcharts, ERDs, 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 blocks, subgraphs, themes, and custom styling. - Use Case: When designing a new microservices feature, generate a C4 container diagram showing services and databases, a sequence diagram for the API authentication flow, and an ERD for the new tables—all as version-controlled text rendered automatically in GitHub Markdown. ## Quick Start Ask the AI to create a Mermaid sequence diagram showing how a user login request flows from the frontend through the API to the database.