mermaid-diagrams
Installation
SKILL.md
Mermaid Diagrams
Generate diagrams using Mermaid syntax. All diagrams render in markdown code blocks with mermaid language identifier.
Decision Guide
| Use Case | Diagram Type |
|---|---|
| Process flow, decision trees | Flowchart |
| API calls, system interactions over time | Sequence |
| OOP structure, domain models | Class |
| State machines, workflows | State |
| Database schemas, data relationships | ER |
| Software architecture (C4 model) | C4 |
| Brainstorming, hierarchical organization | Mindmap |
| Git branching, commit history | GitGraph |