What problem does it solve?
This Skill turns high-level creative intent into reproducible, interactive generative artworks by providing a clear workflow, templates, and parameterized p5.js artifacts. It removes friction for artists and developers who need seeded randomness, consistent UI controls, and a single-file HTML viewer that runs immediately in a browser or an AI artifact viewer. The Skill enforces a template-first approach so that each generated piece preserves Anthropic branding, seed navigation, and predictable parameter controls while leaving full creative freedom for the algorithm itself.
Core Features & Use Cases
- Algorithmic Philosophy Authoring: Produces a 4–6 paragraph manifesto that guides the generative algorithmic choices and preserves creative space for implementation.
- Seeded Reproducibility: Ensures every output is deterministic via randomSeed/noiseSeed and includes seed navigation (prev/next/random/jump).
- Single-file Interactive Artifact: Outputs a self-contained HTML viewer (based on templates/viewer.html) with inline p5.js, parameters, color pickers, and export capabilities.
- Parameterized Exploration: Exposes tunable parameters (counts, scales, probabilities, angles, thresholds) with live sliders and reset/download actions for easy experimentation.
- Craftsmanship Guidance: Emphasizes meticulous algorithmic refinement, performance considerations, and visual hierarchy so results feel masterfully crafted.
- Use Case: Rapidly produce gallery-quality variations of a generative art concept for client review, teaching, or NFT drops while guaranteeing reproducibility.
Quick Start
Create an algorithmic philosophy and a self-contained p5.js HTML viewer using the templates/viewer.html starting from seed 12345.