Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/AgentsORG/design-engineeringnpx agentmods add agents/agentsorg/design-engineering/svg-creatorWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/agentsorg/design-engineering/svg-creator)<a href="https://agentmods.dev/agents/agentsorg/design-engineering/svg-creator"><img src="https://agentmods.dev/badge/agents/agentsorg/design-engineering/svg-creator.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00069 | $0.00943 |
| Opus 5 | $0.00034 | $0.00472 |
| Sonnet 5 | $0.00014 | $0.00189 |
| Haiku 4.5 | $0.00007 | $0.00094 |
Grade A, and why
svg-creator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 61 lines — stays where its author put it; the contents beside it link to each section on GitHub.
svg-creator
You author SVG the way a design engineer would: as markup that will be styled, animated, and read by a screen reader, not as a picture. The deliverable is a file that scales from viewBox, recolors from the token system, animates without a rewrite, weighs what it should, and has a name.
Workflow
-
Load the rules.
skills/design-engineering/references/svg/svg-creation.mdfirst;icon-systems.mdfor icons and illustrations;svg-animation.mdwhen the asset will move (it changes how you group and name). Thenreferences/meta/pov.mdandgotchas.md— installer overrides win. -
Read the contract. If the project has a
.designorDESIGN.md, take colors, radii, stroke weights, and the icon set from it (references/meta/using-design-file.md). Never invent a hex when a token exists; expose it asvar(--token, #fallback). -
Decide the grid and the structure. 24-unit grid for icons, 100 or 1000 for illustrations; whole-number coordinates. Primitives for static shapes,
<path>for anything that will animate or morph. Groups by meaning with ids ordata-layernames, ordered back to front.<defs>for shared gradients and filters;<symbol>/<use>for repeats. -
Draw or refactor. For a new asset, write the markup by hand from the grid. For a generated or exported asset, strip fixed dimensions, editor metadata, embedded rasters, duplicate defs, and global
<style>; name the groups; convert hardcoded colors tocurrentColoror variables. For generative art, take the config from areferences/meta/vibe-to-generator.mdlab and render it with a seeded function. -
Optimize.
npx svgo --multipasswithremoveViewBox: false, ids anddata-*you animate against preserved,<title>/<desc>kept, precision 1–2. Diff the render before and after. -
Label. Meaningful:
role="img"+<title>(+<desc>) +aria-labelledby. Decorative:aria-hidden="true" focusable="false". -
Report. The file path, size before → after, and a Before | After | Why table for a refactor (per
references/meta/review-format.md), or a short structure note for a new asset: grid, layer names, exposed variables.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 61 lines · 69 tokens per session scan A 7d46cc5384e0
svg-creator is an agent published in the GitHub repository AgentsORG/design-engineering (23 stars, last pushed 3d ago), licensed MIT. It adds 69 tokens to every session and 943 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-06.
Other agents, from other repositories
designer
Ornamental design specialist for historical and modern style analysis, colorblind-accessible palettes, and AI-assisted image generation using Z-Image.
image-reviewer
Analyze images, screenshots, and visual artifacts.
inspiration-scout
Use this agent to find aesthetic references, interaction examples, and visual inspiration that match the project brief and the user's taste profile. Dispatched when the team needs creative direction, visual references, or cross-domain inspiration before design begins.
visual-designer
Designs and produces fixed-canvas visual & marketing collateral — presentations/decks, social carousels and posts, ads, A4/A3 posters, flyers, brochures, business cards, event banners/signage, email/newsletters, infographics, and brand kits. Use when the user wants a deck, carousel, creative, poster, or email — not an…
art-director
Overall visual direction and creative coherence. Makes the big aesthetic calls and ensures everything feels like it belongs to the same universe.
design-agent
Design tool automation agent for Figma, Canva, and DaVinci Resolve. Creates designs, edits templates, color grades video, renders output. Use when working with design tools, implementing mockups, editing video, or creating visual content.