svg-art
Installation
SKILL.md
SVG Art: Programmatic Generation
Generate high-quality SVG graphics using Python scripts. All scripts output valid SVG to stdout (or file with -o).
Available Scripts
| Script | Purpose | Key Options |
|---|---|---|
generate_grid.py |
Grid patterns | --cols, --rows, --shape, --vary-* |
generate_radial.py |
Radial/spiral/sunburst | --spiral, --concentric, --sunburst |
generate_fractal.py |
Fractals (tree, koch, sierpinski) | --tree, --koch, --sierpinski, --depth |
generate_wave.py |
Waves and audio viz | --layers, --noise, --bars |
generate_particles.py |
Scatter/cluster/constellation | --cluster, --gradient, --constellation |
generate_chart.py |
Data visualization | --bar, --line, --pie, --donut |
generate_icon.py |
Common UI icons | --icon NAME, --list, --filled |
optimize_svg.py |
Minify/optimize SVG | --aggressive, --stats |