sequence-diagram
Installation
SKILL.md
Sequence Diagram Builder
Generate UML sequence diagrams using sequencediagram.org text syntax.
Quick Start
Create a sequence diagram by:
- Gather requirements about the interaction flow to visualize
- Define participants (actors, systems, databases, etc.)
- Map out the message flow between participants
- Add conditional logic, loops, and notes as needed
- Generate a .txt file with the diagram syntax
Output Format
Always save diagrams as .txt files. The user can open these files at https://sequencediagram.org to view and export to various formats (PNG, PDF, SVG).