Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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