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 turns a creative request into a written algorithmic philosophy and then into a reproducible, interactive p5.js artwork. ## Core Features & Use Cases - Algorithmic Philosophy Generation: Produces a 4-6 paragraph manifesto defining a computational aesthetic movement before any code is written. - Seeded Generative Art: Implements p5.js sketches with seeded randomness so every seed reproduces identical output, following the Art Blocks pattern. - Interactive Viewer Template: Builds a self-contained HTML artifact from templates/viewer.html with seed navigation, parameter sliders, color pickers, and reset/download actions. - Use Case: Ask for a flow-field artwork inspired by ocean currents and receive a philosophy document plus a single HTML file you can open in any browser to explore thousands of seed variations. ## Quick Start Create an algorithmic art piece about urban rhythms as an interactive p5.js HTML page with adjustable parameters and seed controls.