$npx skillfedfor your agent

mermaid-diagrams

Mermaid Diagrams enables you to build flowcharts, sequence diagrams, class diagrams, entity-relationship diagrams, Gantt charts, and other visual documentation using Mermaid markdown syntax. The skill supports multiple diagram types with full syntax reference and styling options.

Mermaid Diagrams lets you create flowcharts, sequence diagrams, and visual documentation using Mermaid syntax.

AI-generated summary based on this skill's SKILL.md

270 45 MITupdated by nicepkg

Decision gist · record as of 2026-01-20

Mermaid Diagrams lets you create flowcharts, sequence diagrams, and visual documentation using Mermaid syntax. Mermaid Diagrams enables you to build flowcharts, sequence diagrams, class diagrams, entity-relationship diagrams, Gantt charts, and other visual documentation using Mermaid markdown syntax. The skill supports multiple diagram types with full syntax reference and styling options.

manual: git clone https://github.com/nicepkg/ai-workflow → cp -r ai-workflow/workflows/talk-to-slidev-workflow/.claude/skills/mermaid-diagrams ~/.claude/skills/mermaid-diagrams
workflows/talk-to-slidev-workflow/.claude/skills/mermaid-diagrams/SKILL.md · version 2d4fc3df

Use it when

  • Mermaid Diagrams supports flowcharts, sequence diagrams, class diagrams, entity-relationship diagrams, Gantt charts, state diagrams.
  • Mermaid Diagrams enables sequence diagram creation by defining actors and their interactions in order.

Verify before relying

Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

nicepkg/ai-workflow/mermaid-diagrams · repository language: HTML

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I create a flowchart diagram with mermaid-diagrams?

Mermaid Diagrams lets you create flowcharts using simple markdown syntax. Define nodes with text labels, connect them with arrows, and specify shapes (rectangles, diamonds, circles) to represent different elements. You can style colors, add notes, and render interactive diagrams directly in your documentation or web applications.

What diagram types does mermaid-diagrams support?

Mermaid Diagrams supports flowcharts, sequence diagrams, class diagrams, entity-relationship diagrams, Gantt charts, state diagrams, mindmaps, git graphs, user journey maps, and pie charts. Each type uses Mermaid markdown syntax, allowing you to define complex visual documentation programmatically without manual drawing tools.

How to make sequence diagrams with mermaid-diagrams?

Mermaid Diagrams enables sequence diagram creation by defining actors and their interactions in order. Specify participants, message flows between them, and optional notes. The syntax is straightforward—list actors, then describe messages with arrows to show timing and dependencies in your system interactions.

Can mermaid-diagrams generate ER diagram visualization?

Yes, Mermaid Diagrams generates entity-relationship diagrams using Mermaid syntax. Define entities, their attributes, and relationships with cardinality notation. This allows you to visualize database schemas and data models directly from code, making it easy to document and share your data architecture.

How do I integrate mermaid-diagrams into React applications?

Mermaid Diagrams can be integrated into React by rendering Mermaid markdown syntax within your components. Pass diagram definitions as strings, and the library renders them as SVG visualizations. This enables dynamic diagram generation based on application state or data, supporting interactive documentation within your React apps.

What is the mermaid-diagrams license and syntax reference?

Mermaid Diagrams is released under the MIT license, making it free for commercial and personal use. The skill includes full syntax reference and best practices for all supported diagram types, helping you learn Mermaid markdown and create professional visual documentation efficiently.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Mermaid Diagrams

Create diagrams and visualizations using Mermaid markdown syntax.

Quick Reference

Mermaid diagrams are written in markdown code blocks with mermaid as the language identifier.

Flowchart

flowchart TD
    A[Start] --> B{Is it valid?}
    B -->|Yes| C[Process data]
    B -->|No| D[Show error]
    C --> E[Save to database]
    D --> F[Return to input]
    E --> G[End]
    F --> A
Flowchart Syntax

``` flowchart TD %% TD = top-down, LR = left-right, RL, BT A[Rectangle] %% Square brackets = rectangle B(Rounded) %% Parentheses = rounded rectangle C{Diamond} %% Curly braces = diamond/decision D[[Subroutine]] %% Double brackets = subroutine E[(Database)] %% Cylinder shape F((Circle)) %% Double parentheses = circle

(truncated - see the full file via the links below)

File tree — 1 file
workflows/talk-to-slidev-workflow/.claude/skills/mermaid-diagrams/SKILL.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Create and render flowcharts, sequence diagrams, and other visual documentation”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

mermaid-diagram-generator
by patricio0312rev · patricio0312rev/skills

Build flowcharts, sequence diagrams, entity relationship diagrams, and architecture visualizations directly in markdown using Mermaid syntax. The skill handles diagram identification, element definition, styling, and markdown embedding to produce publication-ready technical documentation.

MITupdated Jan 2026
★ 52repo stars
Mermaid Builder
by majesticlabs-dev · majesticlabs-dev/majestic-marketplace

Mermaid Builder provides step-by-step assistance for building diagrams across multiple formats—flowcharts, sequence diagrams, class diagrams, state diagrams, Gantt charts, ER diagrams, and data lineage visualizations. It emphasizes correct syntax, clear communication, and modular design to ensure your diagrams render properly and convey complex ideas simply.

no license declared → metadata onlyupdated May 2026
★ 44repo stars
Mermaid Diagrams
by oakoss · oakoss/agent-skills

Mermaid Diagrams converts text-based syntax into visual diagrams—flowcharts, sequence charts, ER models, class diagrams, Gantt timelines, and more. Embed diagrams directly in Markdown files and documentation. Perfect for system architecture, data modeling, and project planning without leaving your editor.

no license declared → metadata onlyupdated Mar 2026
★ 13repo stars
mermaid-diagrams
by softaworks · softaworks/agent-toolkit

Master Mermaid's text-based diagramming to visualize software architecture, data flows, and system design. This skill covers class diagrams for domain modeling, sequence diagrams for API interactions, flowcharts for processes, entity relationship diagrams for databases, and C4 architecture diagrams for system structure. Learn syntax fundamentals, diagram selection, best practices, and export options for GitHub, VS Code, and other platforms.

MITupdated Mar 2026
★ 2,243repo stars
mermaid-diagrams
by el-feo · el-feo/ai-context

Build version-controllable software diagrams directly from text definitions. Mermaid Diagrams covers class diagrams for domain modeling, sequence diagrams for API flows, flowcharts for processes, entity relationship diagrams for database schemas, C4 architecture diagrams, and more—all rendered from simple, maintainable syntax.

MITupdated Jul 2026
★ 12repo stars
mermaid-graph-writer
by curiositech · curiositech/some_claude_skills

Mermaid Graph Writer produces syntactically correct Mermaid diagrams by selecting the right diagram type for your content and applying consistent formatting rules. It handles flowcharts, sequence diagrams, state machines, ER models, timelines, mindmaps, Gantt charts, and other Mermaid-supported formats—but doesn't render them to images.

MITfor claude-codeupdated Jul 2026
★ 164repo stars

More skills Mermaidjs V11 (unlicensed) · mermaid-visualizer (MIT) · mermaid-graph-renderer (MIT)

Tags
ascii-art-alternativecode-based-graphicsdocumentation-visualizationuml-diagram-supporttext-to-diagramarchitecture-mappingproject-planning-chartssoftware-design-tools