Create Architecture Diagrams
Generate system architecture diagrams showing components, services, databases, and their connections.
Create sequence diagrams showing how components interact over time with messages, responses, and timing.
ToolDiagram GeneratorSequence diagrams show the conversation between components in a system -- who sends what to whom and in what order. They are the best way to visualize API call chains, authentication flows, webhook sequences, and any interaction where the order of operations matters.
The generate_diagram skill creates sequence diagrams from descriptions of participant interactions. Name the actors and services involved, describe the messages they exchange, and the AI produces a properly formatted sequence diagram with lifelines, arrows, and optional activation boxes. It handles synchronous calls, asynchronous messages, loops, and alternative paths.
Developers use sequence diagrams to design API contracts before writing code, debug complex multi-service interactions, document webhook flows for integration partners, and explain authentication protocols to security reviewers. The visual timeline makes it immediately clear what happens in what order -- something that is hard to communicate in prose or code alone.