What it does
A skill for generative art with p5.js: it first states a generative aesthetic (noise fields, particle systems, emergence), then hands back a self-contained HTML artifact with seeded randomness (reproducible variations), live controls (sliders, color pickers), seed navigation (prev/next/random/jump) and a download button. The emphasis is on process: one algorithm, endlessly different results depending on the seed.
How to set it up
Ships as part of the example-skills bundle:
/plugin install example-skills@anthropic-agent-skills
Or drop the algorithmic-art/ folder into ~/.claude/skills/.
When to reach for it
- You need a one-of-a-kind generative background, cover or art piece you can tweak by hand.
- You want reproducible output (by seed) plus the option to download the image.
Example
"Generate interactive art from Perlin-noise flow lines" — you get an HTML page with sliders and seeds: change the seed and the same algorithm gives you a new composition.