What problem does it solve? Creating original generative art requires both a coherent creative concept and working code; 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: 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 artworks using randomSeed/noiseSeed so the same seed always yields identical output, Art Blocks style. - Interactive Viewer Artifact: Outputs a single self-contained HTML file with seed navigation (prev/next/random/jump), parameter sliders, color pickers, and reset/download actions, built from the Anthropic-branded viewer template. - Use Case: Ask for a flow-field piece inspired by ocean currents and receive a philosophy document plus an interactive HTML artifact 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 emergent flocking behavior with an interactive viewer I can open in my browser.