What problem does it solve? Documenting system architecture and interaction flows often requires external diagramming tools, generated images, and manual updates that drift out of sync with code. This Skill provides ready-to-use Mermaid templates that render natively on GitHub, GitLab, and Azure DevOps directly from Markdown. ## Core Features & Use Cases - Seven Diagram Types: Templates for system context, component, sequence, class, state, ERD, flowchart, and Gantt diagrams with copy-paste Mermaid syntax. - Native Rendering: Diagrams live as plain Markdown in git, rendering automatically on GitHub and GitLab with no build step or committed images. - Use Case: When writing an ADR for a new event-driven feature, use the sequence diagram template to document the producer-to-consumer flow, then commit the Markdown file so reviewers see the rendered diagram directly in the pull request. ## Quick Start Create a Mermaid sequence diagram showing the request flow from controller through service to database for my current endpoint.