Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
dkyazzentwatwa avatar

Svg Precision Skill

  • 222 installs
  • 84 repo stars
  • Updated April 8, 2026
  • dkyazzentwatwa/chatgpt-skills

Apply structured SVG precision rules when agents draft icons, diagrams, or interface graphics that must match design specs and export cleanly to code.

About

Skill-packaged version of SVG precision guidance for Claude Code workflows. Standardizes how agents author vectors with correct dimensions, minimal paths, and frontend-friendly markup so icons, badges, and illustrations slot into React, HTML, or design systems reliably.

  • Structured SVG authoring workflow
  • Spec-aligned icon and diagram output
  • Optimized paths for smaller bundles
  • Consistent coordinate and transform rules
  • Design-to-code vector handoff

Svg Precision Skill by the numbers

  • 222 all-time installs (skills.sh)
  • Ranked #913 of 1,880 Design & UI/UX skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/dkyazzentwatwa/chatgpt-skills --skill svg-precision-skill

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs222
repo stars84
Last updatedApril 8, 2026
Repositorydkyazzentwatwa/chatgpt-skills

What it does

Apply structured SVG precision rules when agents draft icons, diagrams, or interface graphics that must match design specs and export cleanly to code.

Files

SKILL.mdMarkdownGitHub ↗

SVG Precision Skill

Build SVGs from explicit scene specifications, then validate before handing them off.

Workflow

1. Translate the request into a concrete spec with fixed dimensions and coordinates. 2. Use references/spec.md for templates and references/recipes.md for stable layout patterns. 3. Build the SVG with scripts/svg_cli.py build. 4. Validate with scripts/svg_cli.py validate. 5. Render a PNG preview when the user needs a quick visual check.

Rules

  • Set viewBox, width, and height explicitly.
  • Prefer absolute coordinates and simple shapes.
  • Treat text as risky when exact rendering matters.
  • Avoid exotic filters unless they are necessary and testable.

Related skills

Design & UI/UXuibranding

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.