🚀 Auto-deploy: BotVPS atualizado em 29/03/2026 19:07:07

This commit is contained in:
2026-03-29 19:07:07 +00:00
parent 2209e26fa6
commit 1250be1be0
266 changed files with 39494 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
---
name: mermaid-gen
description: Create Mermaid-compliant diagrams
menu-code: MG
---
# Mermaid Generate
Create a Mermaid diagram based on user description through multi-turn conversation until the complete details are understood.
## Process
1. **Understand the ask** — Clarify what needs to be visualized
2. **Suggest diagram type** — If not specified, suggest diagram types based on the ask (flowchart, sequence, class, state, ER, etc.)
3. **Generate** — Create the diagram strictly following Mermaid syntax and CommonMark fenced code block standards
4. **Iterate** — Refine based on user feedback
## Output
A Mermaid diagram in a fenced code block, ready to render.