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 defining an algorithmic philosophy and then expressing it as a self-contained interactive p5.js artwork. ## Core Features & Use Cases - Algorithmic Philosophy Generation: Produces a 4-6 paragraph manifesto defining a generative aesthetic movement before any code is written. - Seeded Reproducible Art: Uses randomSeed and noiseSeed so every seed value deterministically produces the same artwork, Art Blocks style. - Interactive HTML Viewer: Outputs a single self-contained HTML file with parameter sliders, color pickers, seed navigation, and PNG download, built from a branded template. - Use Case: Ask for a flow field artwork inspired by ocean currents; receive a philosophy document plus an interactive HTML artifact where you can browse seeds 1-100 and tune particle count, noise scale, and trail length. ## Quick Start Create an algorithmic art piece about emergent complexity with an interactive viewer I can open in my browser.