What problem does it solve? Creating original generative art requires both a coherent aesthetic concept and working code, which is difficult to produce consistently from scratch. This Skill guides the creation of algorithmic art through a two-step process: first defining an algorithmic philosophy, then expressing it as an interactive p5.js artwork. ## Core Features & Use Cases - Algorithmic Philosophy Generation: Produces a 4-6 paragraph manifesto describing a generative aesthetic movement before any code is written. - Interactive p5.js Artifacts: Builds self-contained HTML files with seeded randomness, parameter sliders, color pickers, and seed navigation (previous/next/random/jump). - Reproducible Output: Uses randomSeed and noiseSeed so the same seed always produces identical artwork, with a Download PNG option. - Use Case: A user asks for generative art inspired by ocean currents. The Skill writes a philosophy about flow and turbulence, then delivers a single HTML file with a particle flow field, tunable parameters, and Anthropic-branded UI that runs in any browser. ## Quick Start Create an algorithmic art piece about emergent complexity with an interactive viewer I can open in my browser.