What problem does it solve? Creating original generative art requires both a coherent aesthetic concept and working code; this Skill bridges that gap by first authoring an algorithmic philosophy and then expressing it as a reproducible p5.js artwork. ## Core Features & Use Cases - Algorithmic Philosophy Authoring: Produces a 4-6 paragraph generative art manifesto (.md) that guides the visual direction before any code is written. - Seeded Generative Algorithms: Implements p5.js sketches with randomSeed/noiseSeed so every seed produces identical, reproducible output. - Interactive Viewer Artifact: Builds a self-contained HTML file from templates/viewer.html with seed navigation, parameter sliders, color pickers, and reset/regenerate actions. - Use Case: A user asks for flow-field art inspired by ocean currents; the Skill writes a philosophy document, then delivers a single HTML file where the user explores thousands of seed variations and tunes particle count, noise scale, and trail length in real time. ## Quick Start Create an algorithmic art piece about emergent turbulence with an interactive viewer I can open in my browser.