diagrams-mermaid
Installation
SKILL.md
Diagrams — Mermaid
Rules
- Use Mermaid (
flowchart,sequenceDiagram,stateDiagram,erDiagram) in Markdown and specs. - Never hand-draw ASCII diagrams (boxes with
|---|, trees in plain text). - Update diagrams when the flow changes.
- Exception: terminal commands and config snippets are not diagrams.
- Prefer
flowchart/sequenceDiagram; avoidblock-beta(poor viewer support).
Validate before showing the user
Every Mermaid block must parse successfully before you send the doc or message.