tools-mermaid

Installation
SKILL.md

Mermaid Diagrams

Overview

Mermaid is a markdown-based diagramming tool that renders in GitHub, GitLab, Notion, and documentation sites. Use this skill to create visual diagrams in markdown files.

When to Use

  • Documenting system architecture
  • Visualizing API flows and sequences
  • Creating database ER diagrams
  • Illustrating state machines
  • Project timelines and Gantt charts
  • Git branch strategies

Basic Syntax

```mermaid
flowchart LR
    A --> B --> C
Related skills
Installs
3
GitHub Stars
1
First Seen
Mar 8, 2026