Armory
Source
Browse
Skills

diagrammer

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.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install diagrammer --cli claude

writes the skill into.claude/skills/diagrammer/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/diagrammer/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

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.

When to use it

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.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/creative-design/diagrammer/SKILL.md -o .claude/skills/diagrammer/SKILL.md

Notes

Extracted from davila7/claude-code-templates, diagrammer category.