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 reproducible 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 self-contained HTML artifacts using seeded randomness (randomSeed/noiseSeed) so every seed reproduces identical output, Art Blocks style. - Interactive Viewer: Ships a branded viewer 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; receive a philosophy document plus a single HTML file you can open in any browser and explore across hundreds of seeds. ## Quick Start Create an algorithmic art piece about emergent flocking behavior with an interactive seed explorer.