What problem does it solve?
This Skill helps artists and developers convert high-level creative intent into reproducible, interactive generative-art artifacts by providing a clear algorithmic-philosophy workflow and a p5.js implementation pattern. It reduces friction around seeded randomness, parameterized exploration, UI controls, and packaging so users can produce gallery-ready HTML sketches without reconstructing UI or branding repeatedly.
Core Features & Use Cases
- Algorithmic Philosophy Authoring: Guides the creation of a 4–6 paragraph manifesto that defines the computational aesthetic and the conceptual seed for the algorithmic implementation.
- Seeded p5.js Artifact Generation: Produces a single, self-contained HTML artifact (p5.js included via CDN) that enforces seeded randomness, parameter controls, seed navigation, and Anthropic template structure.
- Interactive Exploration & Export: Exposes sliders, color pickers, seed prev/next/random controls, and export/reset actions so viewers can explore variations and download results.
- Use Cases: Rapidly iterate gallery pieces, create reproducible variations for collections, teach generative art techniques, or prototype commission-ready algorithmic sketches.
Quick Start
Generate an algorithmic philosophy and a seeded, self-contained p5.js HTML artifact that implements it using the templates/viewer.html structure and include parameter controls and seed navigation.