Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Render clean blueprint-style SVG diagrams from JSON specs. Use when users ask to draw, sketch, or diagram a request flow, neural net, transformer block, system architecture, state machine, data pipeline, or any node-and-edge technical visual they want as an SVG for docs, READMEs, posts, or slides.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-06 | ✗→✓ | ▲ Improved | -77% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -79% | 0% |
| case-22 | ✗→✓ | ▲ Improved | -62% | 0% |
| case-11 | ✓→✗ | ▼ Worse | -88% | 0% |
| case-12 | ✓→✗ | ▼ Worse | -89% | 0% |
Use diagrammer to turn a small JSON spec into a clean SVG diagram. It is useful when the user wants a precise technical diagram without opening a design tool.
The renderer must be installed locally:
bashpipx install diagrammer
bashdiagrammer path/to/spec.json > path/to/diagram.svg
json{ "nodes": [ {"id": "client", "type": "box", "label": "client"}, {"id": "api", "type": "box", "label": "api"}, {"id": "db", "type": "database", "label": "postgres"} ], "edges": [ {"from": "client", "to": "api", "label": "request"}, {"from": "api", "to": "db", "label": "query"} ] }
Built-in node types: box, circle, text, database, stack, group, note, and custom.
Useful optional fields:
direction: "LR" or "TB"router: "straight" or "ortho"label on edgesstyle: "solid" or "dashed"weight: "thin" or "thick"For the full reference, run:
bashdiagrammer prompt
Use diagrammer when the output should be a checked-in SVG artifact, especially for:
Prefer Mermaid when the user specifically asks for Mermaid syntax or wants diagrams rendered by a Markdown platform. Prefer Excalidraw when the user wants editable hand-drawn canvas files.
Other measured skills in the registry, with their headline benchmark lift.