What problem does it solve? Turning a creative idea into original generative art requires both an aesthetic concept and working code; this Skill bridges that gap by first writing an algorithmic philosophy and then expressing it as a self-contained p5.js artwork. ## Core Features & Use Cases - Algorithmic Philosophy Creation: Generates a 4-6 paragraph generative art manifesto (.md) that defines the computational aesthetic before any code is written. - p5.js Generative Art: Produces a single self-contained HTML artifact with seeded randomness, reproducible seeds, and an interactive sidebar for parameters, colors, and seed navigation. - Template-Based Viewer: Builds on templates/viewer.html with fixed Anthropic branding and seed controls while customizing the algorithm, parameters, and UI per artwork. - Use Case: A user asks for flow-field art inspired by ocean currents; the Skill writes a philosophy document, then delivers an HTML viewer where the user explores seeds 1-100 and tunes particle count, noise scale, and trail length. ## Quick Start Create an original piece of algorithmic art about emergent ocean currents as an interactive p5.js HTML page with adjustable parameters and seed navigation.