A solid collection of Python scripts for generating SVG graphics programmatically. You get eight focused generators covering grids, radial patterns, fractals, waves, particles, charts, and common UI icons, plus an optimizer. Each script prints valid SVG to stdout with sensible defaults and customization flags for colors, sizes, and variations. The approach is straightforward: run a script, get an SVG, pipe it somewhere if needed. Useful when you need vector graphics without opening design software, or when you want reproducible generative patterns with seed control. The included SVG fundamentals reference is a nice touch for anyone rusty on path syntax or viewBox behavior.
npx skills add https://github.com/kv0906/cc-skills --skill svg-art