What problem does it solve?
Creating consistent, professional technical diagrams for Stacks applications usually requires external diagramming tools or manual SVG work. This Skill renders five types of technical diagrams from JSON definitions into standalone HTML files with dark/light themes and built-in export options, without installing any packages.
Core Features & Use Cases
- Five Diagram Modes: Render architecture, workflow, sequence, dataflow, and lifecycle diagrams from validated JSON schemas using Bun-based renderers.
- Self-Contained Output: Every diagram is a single HTML file with inline SVG, a dark/light theme toggle, and export to PNG, JPEG, WebP, and dual-theme SVG.
- Validation and Layout Checks: Schema validation plus geometry checks catch overlaps, label collisions, and malformed SVG before delivery.
- Use Case: Ask for a diagram of your Stacks request lifecycle, and the Skill inspects routes, actions, and models, then produces a themed HTML diagram in
docs/diagrams/ ready to open in a browser or embed in a README.
Quick Start
Use the stacks-technical-diagrams skill to create an architecture diagram of this Stacks application's request flow from browser to database.