What problem does it solve?
This Skill removes the manual, error-prone work of drawing formal architecture/workflow figures by generating deterministic, publication-quality SVG diagrams from structured JSON.
Core Features & Use Cases
- Deterministic JSON → SVG rendering: the same FigureSpec JSON produces the same editable SVG for consistent paper/slide outputs.
- Publication-ready architecture & workflow diagrams: supports architecture, workflow pipelines, audit cascades, and system topology figures.
- Editable vector output: outputs SVG as plain text so you can precisely tweak fonts, spacing, and styling after generation.
- Schema validation & guardrails: validates the spec structure (nodes, edges, groups) and reports clear issues before rendering.
- Shape-aware edges and CJK label handling: performs shape-based edge clipping and supports multi-line CJK labels.
- Local, offline execution: runs without external APIs or network calls.
Quick Start
Ask to generate an editable SVG architecture diagram from your FigureSpec JSON by running the figure-spec renderer on the spec and saving it as an SVG file.