Loading...
Loading...
This skill should be used when the user asks about Mermaid diagram syntax, how to write flowchart, sequence, class, state, ER, Gantt, C4, mindmap, timeline, or other diagram types, node shapes, styling, theming, or rendering errors.
npx skill4agent add tractorjuice/arc-kit mermaid-syntaxReadBashreferences/| Type | Reference | ArcKit Commands Using It |
|---|---|---|
| Flowchart | flowchart.md | |
| Sequence Diagram | sequenceDiagram.md | |
| Class Diagram | classDiagram.md | — |
| State Diagram | stateDiagram.md | — |
| ER Diagram | entityRelationshipDiagram.md | |
| Gantt Chart | gantt.md | |
| Pie Chart | pie.md | |
| Mindmap | mindmap.md | |
| Timeline | timeline.md | |
| Git Graph | gitgraph.md | — |
| Quadrant Chart | quadrantChart.md | |
| Requirement Diagram | requirementDiagram.md | — |
| C4 Diagram | c4.md | |
| Sankey Diagram | sankey.md | — |
| XY Chart | xyChart.md | — |
| Block Diagram | block.md | — |
| Packet Diagram | packet.md | — |
| Kanban | kanban.md | — |
| Architecture Diagram | architecture.md | — |
| Radar Chart | radar.md | — |
| Treemap | treemap.md | — |
| User Journey | userJourney.md | — |
| ZenUML | zenuml.md | — |
| Topic | Reference |
|---|---|
| Theming | config-theming.md |
| Directives | config-directives.md |
| Layouts | config-layouts.md |
| Configuration | config-configuration.md |
| Math | config-math.md |
| Tidy Tree | config-tidy-tree.md |
| Examples | examples.md |
| Gotcha | Problem | Fix |
|---|---|---|
| Mermaid flowchart parser rejects HTML in edge labels | Use comma-separated text: |
| | Use a different ID: |
| Gantt date formats | Gantt requires specific date format | Use |
| Gantt task status | Invalid task status keywords | Valid: |
| Parentheses in labels | Unescaped | Wrap in quotes: |
| Special chars in IDs | Hyphens, dots, spaces in node IDs | Use camelCase or underscores: |
| Missing semicolons in ER | ER diagram attributes need specific syntax | Follow |
| Subgraph naming | Subgraph IDs with spaces need quotes | |
/arckit:diagram