What problem does it solve? Creating original generative art requires both a coherent aesthetic concept and working code, which is difficult to produce from scratch. 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 (markdown) that defines the computational aesthetic before any code is written. - Seeded Generative Art: Produces p5.js sketches with seeded randomness so every seed yields reproducible, unique output in the Art Blocks style. - Interactive HTML Viewer: Builds a single self-contained HTML artifact from a branded template with seed navigation (prev/next/random/jump), parameter sliders, color pickers, and reset/download 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 explore thousands of seed variations and tune particle count, noise scale, and palette in real time. ## Quick Start Create an algorithmic art piece about organic turbulence with an interactive viewer I can open in my browser.