mermaid

Installation
SKILL.md

Here are the essential rules for creating Mermaid diagrams that render well in GitHub Markdown:

  1. Use the Correct Fenced Code Block:

    • Always start the block with mermaid and end it with .

    • 
      ```mermaid
      
        graph TD
      
          A[Start] --> B{Decision};
      
          B -- Yes --> C[Action 1];
      
          B -- No --> D[Action 2];
      
      
Related skills
Installs
1
GitHub Stars
2.1K
First Seen
Apr 6, 2026