Help us improve
Share bugs, ideas, or general feedback.
From platform
Generates Mermaid diagrams for flowcharts, sequence diagrams, state diagrams, class diagrams, ERDs, and system architectures to visualize complex concepts and processes.
npx claudepluginhub closedloop-ai/claude-plugins --plugin platformHow this skill is triggered — by the user, by Claude, or both
Slash command
/platform:mermaid-visualizerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
To create clear, effective Mermaid diagrams that visualize complex concepts, system architectures, and control flows. This skill provides comprehensive guidance for generating diagrams that aid understanding of intricate systems and processes.
Creates Mermaid diagrams for flowcharts, sequence diagrams, ERDs, architecture diagrams, and more. Provides styling, rendering instructions, and accessibility considerations.
Guides creation of syntactically correct Mermaid diagrams including flowcharts, sequence diagrams, class diagrams, state diagrams, Gantt charts, ER diagrams, and data lineage visualizations.
Generates Mermaid or PlantUML diagrams from natural language, supporting sequence, class, ER, flowchart, C4, and git graphs for visualizing flows, schemas, and architectures.
Share bugs, ideas, or general feedback.
To create clear, effective Mermaid diagrams that visualize complex concepts, system architectures, and control flows. This skill provides comprehensive guidance for generating diagrams that aid understanding of intricate systems and processes.
references/mermaid-syntax.md for correct syntaxmermaid language identifierreferences/mermaid-syntax.md to ensure clarity and correctnessNode Syntax: Use NodeID[Label] for rectangular nodes, {Decision} for diamonds, (Rounded) for rounded nodes.
Edge Syntax: Connect nodes with --> for arrows, -.-> for dotted lines, and |Label| for edge descriptions.
Prohibited Symbols: Avoid unescaped quotes, pipes, brackets, colons, and semicolons in node IDs. Use underscores or hyphens for spaces in IDs, and quoted strings for complex labels.
For detailed syntax guidance, refer to references/mermaid-syntax.md.