What problem does it solve? Hand-written SVG often ships unverified, producing misaligned icons, banded gradients, broken animations, and AI-slop illustrations. This Skill enforces a mandatory write-render-view-fix-finish loop so every SVG artifact is visually verified before delivery, while hard-gating out character, mascot, and scene illustration requests. ## Core Features & Use Cases - Gated technical SVG scope: Produces 24x24 stroke icons, geometric logos and badges, SVG patterns, data-visualization primitives, and CSS/SMIL animations; refuses character, scene, mascot, and avatar requests per the ai-slop-avoid policy. - Mandatory render-verify loop: Uses bin/amw-svg-render.py to rasterize drafts to PNG for visual assessment; the finish step refuses to deliver if render was never called. - Technique reference library: Ships a catalog of TECH-*.md references covering multi-stop gradients, colored shadows, drop-shadow filters, feTurbulence noise, glassmorphism, five-zone lighting, and reduced-motion accessibility. - Use Case: Ask for a 24x24 stroke icon set for a dashboard; the Skill writes grid-aligned SVG with currentColor strokes, renders each to PNG, checks legibility at small size, fixes issues, and delivers optimized final files. ## Quick Start Ask the AI to create a polished SVG icon or logo for your subject and let it run the render-verify loop until the preview passes review.