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: Produces a 4-6 paragraph generative art manifesto (.md) that guides the visual direction before any code is written. - Seeded p5.js Generation: Builds reproducible generative algorithms (flow fields, particle systems, recursive structures) using randomSeed/noiseSeed so every seed yields identical output. - Interactive HTML Viewer: Outputs a single self-contained HTML artifact with seed navigation (prev/next/random/jump), parameter sliders, color pickers, and reset/download actions based on the Anthropic-branded template. - Use Case: A user asks for art inspired by ocean currents; the Skill writes a philosophy about fluid emergence, then delivers an HTML artifact where the user explores thousands of seeded variations with tunable particle counts and noise scales. ## Quick Start Create an algorithmic art piece about urban rhythms as an interactive p5.js artifact with adjustable parameters and seed exploration.