svg-creator

svg-creator is an agent for Claude Code from AgentsORG/design-engineering. It costs 69 tokens per session (943 once invoked), scanned A, original, MIT.

A tool for creating or repairing SVG files. SVG is a text-based image format that stays sharp at different sizes and can be styled, animated, and made accessible to screen readers.

In plain words
What is it for?
Use it to make icons, illustrations, logos, mascot poses, chart symbols, or generative vector artwork, and to clean up and optimize existing SVG files.
Why use it?
It helps avoid vector files that are hard to edit, cannot follow a project's design tokens, or are unsuitable for animation and accessibility.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is Per-agent identity. Inherits from the repo-root [SOUL.md](../SOUL.md)..

Part of the design-engineering plugin — 1 skill, 9 commands, 9 agents shipped together

Good fit Use it to make icons, illustrations, logos, mascot poses, chart symbols, or generative vector artwork, and to clean up and optimize existing SVG files.

Compare 6 agents from other repositories ↓
Install

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.

Clone the repo
git clone --depth 1 https://github.com/AgentsORG/design-engineering
agentmods
npx agentmods add agents/agentsorg/design-engineering/svg-creator

Made for: Claude Code.

Or install design-engineering, the plugin that ships this one along with the rest of its 1 skill, 9 commands, 9 agents.

Wrote 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.

agentmods badge for svg-creator

README.md
[![agentmods](https://agentmods.dev/badge/agents/agentsorg/design-engineering/svg-creator.svg)](https://agentmods.dev/agents/agentsorg/design-engineering/svg-creator)
Your own site
<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>
Per session 69 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 943 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 2d ago against content hash 7d46cc5384e0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

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.

agents/svg-creator.md · 61 lines

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

  1. Load the rules. skills/design-engineering/references/svg/svg-creation.md first; icon-systems.md for icons and illustrations; svg-animation.md when the asset will move (it changes how you group and name). Then references/meta/pov.md and gotchas.md — installer overrides win.

  2. Read the contract. If the project has a .design or DESIGN.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 as var(--token, #fallback).

  3. 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 or data-layer names, ordered back to front. <defs> for shared gradients and filters; <symbol>/<use> for repeats.

  4. 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 to currentColor or variables. For generative art, take the config from a references/meta/vibe-to-generator.md lab and render it with a seeded function.

  5. Optimize. npx svgo --multipass with removeViewBox: false, ids and data-* you animate against preserved, <title>/<desc> kept, precision 1–2. Diff the render before and after.

  6. Label. Meaningful: role="img" + <title> (+ <desc>) + aria-labelledby. Decorative: aria-hidden="true" focusable="false".

  7. 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.

Read the full file on GitHub · 61 lines

Changes

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.

  1. 2d ago First seen · 61 lines · 69 tokens per session scan A 7d46cc5384e0

Subscribe to this mod's changes

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.

Related

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.

pjt222/agent-almanac · 29 tokens

image-reviewer

Analyze images, screenshots, and visual artifacts.

juliusz-cwiakalski/agentic-delivery-os · 13 tokens

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.

Owl-Listener/designpowers · 50 tokens

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…

ca-who-codes/ultimate.UIUX.design.skills · 99 tokens

art-director

Overall visual direction and creative coherence. Makes the big aesthetic calls and ensures everything feels like it belongs to the same universe.

Dragoon0x/everything-design-taste · 28 tokens

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.

manushi4/Screenhand · 51 tokens