SequenceDiagram
SequenceDiagram generates sequence diagrams from code, visualizing the flow of interactions between objects and methods in a clear and concise manner
- •When you need to document complex interactions between microservices or modules
- •When debugging issues that involve multiple asynchronous calls or callbacks
- •When communicating system design or architecture to team members or stakeholders
const diagram = new SequenceDiagram('Order Processing'); diagram.participant('Customer'); diagram.participant('Shop'); diagram.message('Order', 'Customer', 'Shop'); diagram.generateImage('order_processing.png');Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/sequencediagram && curl -fsSL https://workflowstacks.com/api/skills/sequencediagram/claude-skill -o ~/.claude/skills/sequencediagram/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
SequenceDiagram is a large JavaScript project (~30k lines across 104 code files, plus 19 test files). Setup is light: installs like a normal app. Reading the code is optional. Last commit a month ago, LGPL-3.0 license, has a test suite.
- 1README.mdStart here — what it does and how to install it
- 2bin/svg-sequence-diagram.mjsWhere the program starts running
- 3package.jsonDependencies and the commands it exposes
- 4lib/sequence-diagram-web.jsInside lib/ — the main logic begins here
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/sequencediagram && curl -fsSL https://workflowstacks.com/api/skills/sequencediagram/claude-skill -o ~/.claude/skills/sequencediagram/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More ai-agent tools founders pair with this one.