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 self-contained interactive p5.js artwork. ## Core Features & Use Cases - Algorithmic Philosophy Authoring: Generates a 4-6 paragraph generative art manifesto (e.g., flow fields, particle systems, recursive structures) that guides the implementation. - Seeded Reproducible Art: Implements p5.js sketches with randomSeed/noiseSeed so every seed produces identical, shareable output. - Interactive Viewer Artifact: Produces a single self-contained HTML file with sidebar controls for seed navigation, parameter sliders, color pickers, and reset/regenerate actions. - Use Case: Ask for a generative artwork inspired by ocean currents, and receive a philosophy document plus an interactive HTML piece where you can browse seeds 1-100 and tune particle count, noise scale, and flow speed. ## Quick Start Create an original piece of generative art about emergent complexity as an interactive p5.js HTML artifact with seed controls.