What problem does it solve?
Diagrams are often the fastest way to communicate system behavior, process flow, and relationships, but manual drawing is slow and inconsistent; this Skill produces clear, minimal Mermaid diagrams that answer a single question at a glance.
Core Features & Use Cases
- Mermaid-first diagrams: Prefer Mermaid fenced blocks for flowcharts, sequence diagrams, state machines, ERDs, class diagrams, timelines, and Gantt charts.
- Guided diagram selection: Recommends the smallest Mermaid diagram type and direction that fits the user's question.
- Rendering workflow: Returns Mermaid code by default and uses Mermaid Live Editor for rendered previews or screenshots when requested.
- Use Case: Turn a verbal system description into a concise flowchart to show request flow between client, API, workers, and a database.
Quick Start
Create a Mermaid flowchart that shows the login flow: client -> web -> api -> database and return the Mermaid fenced block.