Js Sequence Diagrams
js-sequence-diagrams draws simple SVG sequence diagrams from a textual representation of the diagram, allowing for easy creation and visualization of sequence diagrams
- •When you need to create a sequence diagram for a technical discussion or documentation
- •When you want to visualize the flow of a system or process
- •When you need to create a diagram to explain a complex system or architecture to a non-technical audience
var diagram = Diagram(`participant Alice participant Bob Alice->>Bob: Hello Bob->>Alice: Hi`); var svg = diagram.render(); console.log(svg);
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/js-sequence-diagrams && curl -fsSL https://workflowstacks.com/api/skills/js-sequence-diagrams/claude-skill -o ~/.claude/skills/js-sequence-diagrams/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Js Sequence Diagrams is a medium JavaScript project (~7.1k lines across 11 code files, plus 4 test files). Setup is light: installs like a normal app. Reading the code is optional. Last commit 48 months ago, BSD-2-Clause license, has a test suite.
- 1README.mdStart here — what it does and how to install it
- 2src/main.jsWhere the program starts running
- 3package.jsonDependencies and the commands it exposes
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/js-sequence-diagrams && curl -fsSL https://workflowstacks.com/api/skills/js-sequence-diagrams/claude-skill -o ~/.claude/skills/js-sequence-diagrams/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.