What does this skill do?

The Algorithmic Art Skill turns Claude into a true computational artist. It creates living algorithms that generate unique art with every run, with full control via seeds. It generates interactive HTML files using p5.js, real-time parameter controls, and PNG export.

Flow Fields
Particles following vector fields with Perlin noise, creating organic compositions.
Particle Systems
Thousands of particles, each with its own physics, that generate emergent patterns.
Generative Geometry
L-systems, Voronoi tessellations, fractals, and recursive structures.
Controlled Chaos
Randomness generated by a seed to reproduce any variation exactly.

Usage examples

🌊 Organic Art
Create generative art that evokes the movement of water on a calm lake.
🌌 Cosmic Art
Generate an art algorithm inspired by the formation of spiral galaxies.
🌿 Natural Art
Create algorithmic art based on plant growth using L-systems.
⚡ Chaotic Art
Create generative art that depicts the Lorenz attractor using colored particles.

Features

Reproducible Randomness randomSeed() and noiseSeed() ensure that the same seed produces the same result.
Algorithmic Philosophy First Claude creates a computational manifesto before writing any code.
Real-Time Controls Sliders to adjust particles, noise, speed, and color palette without reloading.
Browse by Seeds Previous/Next/Shuffle buttons to explore endless variations.
Export as PNG Download the artwork in high resolution with a single click.

Frequently asked questions

No. Claude handles all the code. You just describe the kind of art you have in mind.
Yes. You just need an internet connection to load p5.js from the CDN.
The code generated by Claude belongs to you. Please review Anthropic's terms of service.
Algorithmic Art