What problem does it solve? Creating browser-based generative art, interactive visualizations, and canvas animations requires deep knowledge of p5.js APIs, color theory, animation techniques, and export pipelines. This Skill handles the full production workflow from creative concept to exported HTML, PNG, GIF, MP4, or SVG output. ## Core Features & Use Cases - Generative Art Production: Creates procedural visual compositions with seeded randomness, noise fields, particle systems, flow fields, and custom color palettes. - Multiple Output Modes: Supports generative art, data visualization, interactive experiences, motion graphics, 3D WebGL scenes, image processing, and audio-reactive visuals. - Headless Export Pipeline: Renders sketches to high-resolution PNG frames and MP4 video via Puppeteer and ffmpeg, with deterministic frame capture. - Use Case: Ask for an audio-reactive particle visualization, and receive a single self-contained HTML file that opens in any browser, with keyboard shortcuts to export PNG or GIF captures. ## Quick Start Ask the agent to create a p5.js generative art sketch, such as a flow field particle animation with a custom color palette, and it will produce a ready-to-open HTML file.