← 返回
未分类

Skylv Mermaid Diagram

Generates Mermaid diagrams from descriptions. Creates flowcharts, sequence diagrams, and architecture diagrams. Triggers: mermaid diagram, architecture diagr...
sky-lv
未分类 clawhub v1.0.0 100000 Key: 无需
★ 0
Stars
📥 395
下载
💾 1
安装

概述

Mermaid Diagram Generator

Overview

Generates Mermaid diagrams for documentation.

When to Use

  • User asks to "draw a diagram" or "create architecture diagram"

Flowchart Template

graph TD

A[Start] --> B{Decision}

B -->|Yes| C[Action 1]

B -->|No| D[Action 2]

C --> E[End]

D --> E

Sequence Diagram Template

sequenceDiagram

Client->>API: POST /orders

API->>DB: INSERT order

DB-->>API: order_id

API-->>Client: Confirmation

Architecture Diagram Template

graph TB

subgraph Frontend

A[React App]

end

subgraph Backend

B[API Gateway]

C[Auth Service]

end

A --> B

B --> C

Tips

  • Use LR (left-right) or TD (top-down)
  • Use subgraphs to group components
  • Add notes for complex decisions

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 05:11 安全 安全

安全检测

暂无安全检测报告