What problem does it solve? Writing and maintaining software diagrams as binary images makes them hard to version, review, and update alongside code. This Skill lets you generate class diagrams, sequence diagrams, flowcharts, ERDs, C4 architecture diagrams, and more from plain-text Mermaid syntax that lives in your repository. ## Core Features & Use Cases - Full diagram type coverage: Class diagrams for domain modeling, sequence diagrams for API and authentication flows, flowcharts for processes and user journeys, ERDs for database schemas, and C4 diagrams for system context, container, and component views. - Detailed reference guides: In-depth references for each diagram type covering relationships, cardinality, activations, alt/opt/par blocks, subgraphs, styling, and theming. - Advanced configuration: Themes, custom theme variables, ELK layouts, hand-drawn look, click events, and export guidance for PNG/SVG via Mermaid CLI. - Use Case: When designing a new microservice, generate a C4 container diagram showing services, databases, and queues, plus a sequence diagram of the order-placement flow, and commit both as Markdown alongside the code. ## Quick Start Ask the AI to create a Mermaid sequence diagram showing the login flow between a user, the API, and the database.