diagrammer
Turns a JSON spec into a hand-crafted SVG diagram. No design tool, no rendering deps — just render(spec) -> svg_string.
When to use
The user asks for a visual: "draw an MLP," "diagram this request flow," "sketch the system architecture," "make a state machine for X." If they want an SVG file (or one that's about to be embedded in a blog post / doc), this is the tool.
Skip it if they want a chart with axes (use a plotting tool), a UML class diagram with stereotypes, or a pre
[Description truncada. Veja o README completo no GitHub.]