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 authoring an algorithmic philosophy and then expressing it as a reproducible, 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: Produces p5.js sketches using randomSeed/noiseSeed so the same seed always yields identical output, with seed navigation (prev/next/random/jump). - Interactive HTML Viewer: Outputs a single self-contained HTML artifact built from templates/viewer.html with Anthropic branding, parameter sliders, color pickers, and reset/regenerate actions. - Use Case: A user asks for generative art inspired by ocean currents; the Skill writes a philosophy about fluid emergence, then delivers an interactive flow-field artwork with tunable particle count, noise scale, and palette. ## Quick Start Create an original piece of algorithmic art about quantum harmonics as an interactive p5.js HTML artifact with seed controls.