What problem does it solve? Creating polished browser-based generative art and interactive visualizations requires deep knowledge of p5.js APIs, color theory, animation techniques, and export pipelines. This Skill handles the full production pipeline from creative concept to exported media, producing self-contained HTML sketches that run in any browser. ## Core Features & Use Cases - Seven Creation Modes: Generative art, data visualization, interactive experiences, animation, 3D WebGL scenes, image processing, and audio-reactive visuals. - Multi-Format Export: Output as self-contained HTML, PNG stills, GIF loops, MP4 video via Puppeteer and ffmpeg, or SVG vectors for print. - Deterministic Headless Rendering: Frame-perfect video capture using noLoop() plus redraw() with the bundled export-frames.js script. - Use Case: Ask for a flow-field particle animation with a custom warm palette, and receive a complete HTML file with seeded randomness, keyboard export shortcuts, and layered offscreen-buffer composition ready to open in a browser. ## Quick Start Create a p5.js generative art sketch of flowing particles with a sunset color palette and export it as a 10-second MP4 video.