Agent skill · design visual · kv0906
svg-art
Create SVG graphics through programmatic code generation. Use this skill when the user asks to create icons, logos, illustrations, diagrams, data visualizations, generative art, patterns, fractals, or any vector graphics. Provides executable Python scripts for grids, radial patterns, fractals, waves, particles, charts, icons, and optimization.
Why this skill is useful
Adds multiple executable Python scripts for generating and optimizing SVG graphics, providing capabilities not commonly found in standard libraries.
What it needs
Requires python installed locally. About 2k tokens when loaded. Last updated 2026-07-30. 14 stars on the source repository.
What this skill does
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 -------- --------- ------------- generategrid.py Grid patterns --cols, --rows, --shape, --vary- generateradial.py Radial/spiral/sunburst --spiral, --concentric, --sunburst generatefractal.py Fractals (tree, koch, sierpinski) --tree, --koch, --sierpinski, --depth generatewave.py Waves and audio viz --layers, --noise, --bars generateparticles.py Scatter/cluster/constellation --cluster, --gradient, --constellation generatechart.py Data visualization --bar, --line, --pie, --donut generateicon.py Common UI icons --icon NAME, --list, --filled optimizesvg.py Minify/optimize SVG --aggressive, --stats Quick Examples Script Usage Patterns Grid Patterns Radial Patterns Fractals Charts Icons Common Options (All Scripts) --fill COLOR: Fill color (default: #3B82F6) --stroke COLOR: Stroke color --stroke-width N: Stroke width --seed N: Random seed for reproducibility -o FILE: Output to file instead of stdout Piping and Composition Scripts can be piped together: SVG Fundamentals Reference See references/svg-fundamentals.md for: Core SVG structure and viewBox Element types (rect, circle, path, etc.) Path command syntax Gradients and patterns Accessibility requirements
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills kv0906/svg-art-skill