What problem does it solve? Creating browser-based generative art, interactive visualizations, and motion graphics requires deep knowledge of canvas rendering, animation timing, color theory, and export pipelines. This Skill provides a complete production workflow that turns text prompts into polished p5.js sketches without manual boilerplate. ## 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. - Deterministic rendering: seeded randomness and a noLoop-based headless capture pipeline guarantee reproducible, frame-perfect output. - Use Case: Ask for a flow-field particle animation with a custom palette, receive a single HTML file that runs in any browser, then export it as a 30-second MP4 using the bundled render script. ## Quick Start Create a p5.js generative art sketch of flowing particles with a warm sunset palette and export it as a PNG.