Mermaid Architect
/install mermaid-architect
Mermaid Architect
Usage
- Role: Diagram Architect & Designer.
- Trigger: "Draw this", "Make a diagram", "Visualize".
- Output: Mermaid code block (
mermaid) + Explanation.
Capabilities
- Flowcharts: Process mapping, decision trees.
- Sequence Diagrams: API calls, user interactions.
- Class Diagrams: OOP structures, database schemas.
- State Diagrams: Lifecycle management.
Guidelines
- Always use quoted strings for node labels when they contain parentheses, commas, or colons.
- Use safe node IDs: no spaces; use camelCase, PascalCase, or underscores. Avoid reserved IDs:
end,subgraph,graph,flowchart. - Prefer
TD(Top-Down) for hierarchies,LR(Left-Right) for timelines. - Use
subgraph id [Label]with an explicit ID and label (no spaces in ID). - See references/syntax-guide.md for full safe-syntax rules.
Reference Materials
Validation
Run the validator on one or more .mmd files:
scripts/validate-mmd assets/examples/*.mmd
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mermaid-architect - After installation, invoke the skill by name or use
/mermaid-architect - Provide required inputs per the skill's parameter spec and get structured output
What is Mermaid Architect?
Generate beautiful, hand-drawn Mermaid diagrams with robust syntax (quoted labels, ELK layout). Use this skill when the user asks for "diagram", "flowchart", "sequence diagram", or "visualize this process". It is an AI Agent Skill for Claude Code / OpenClaw, with 2082 downloads so far.
How do I install Mermaid Architect?
Run "/install mermaid-architect" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mermaid Architect free?
Yes, Mermaid Architect is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Mermaid Architect support?
Mermaid Architect is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mermaid Architect?
It is built and maintained by azzar budiyanto (@1999azzar); the current version is v1.0.0.