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 bridges that gap by first defining an algorithmic philosophy and then expressing it as a working p5.js artwork. ## Core Features & Use Cases - Algorithmic Philosophy Generation: Produces a written manifesto (.md) describing a computational aesthetic movement before any code is written. - Seeded Generative Art: Builds p5.js sketches with seeded randomness so every seed reproduces identical output, Art Blocks style. - Interactive Viewer: Outputs a single self-contained HTML artifact with a sidebar for seed navigation, parameter sliders, color pickers, and reset/regenerate actions. - Use Case: Ask for a flow-field artwork inspired by ocean currents, and receive a philosophy document plus an interactive HTML page where you can browse seeds 1-100 and tune particle count, noise scale, and trail length. ## Quick Start Create an original piece of generative art about emergent complexity as an interactive p5.js HTML artifact with seed controls.