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 user request into a complete algorithmic art package: a written generative philosophy plus a self-contained interactive p5.js viewer. ## Core Features & Use Cases - Algorithmic Philosophy Generation: Writes a 4-6 paragraph generative art manifesto that guides the visual direction before any code is written. - Seeded p5.js Implementation: Produces reproducible generative algorithms using randomSeed/noiseSeed, flow fields, particles, noise, and parametric variation. - Interactive HTML Viewer: Outputs a single self-contained HTML artifact built from templates/viewer.html with seed navigation, parameter sliders, color pickers, and reset/download actions. - Use Case: Ask for art inspired by ocean currents and receive a philosophy document plus an interactive flow-field piece where you can browse seeds 1-100 and tune particle count, noise scale, and palette in real time. ## Quick Start Create an original piece of algorithmic art about emergent stillness with an interactive viewer I can open in my browser.