What problem does it solve?
This Skill helps creators translate abstract algorithmic ideas into concrete, reproducible generative artworks by bridging philosophy and code, reducing guesswork and enabling iterative refinement.
Core Features & Use Cases
- Philosophy-to-code workflow: Write a 4-6 paragraph algorithmic philosophy that guides the generative system, then implement it as a self-contained artifact.
- Self-contained HTML artifact: Produce a single, browser-ready page that runs without setup, embedding p5.js and UI controls.
- Seed-driven exploration: Use deterministic seeds to generate thousands of variations and compare outcomes.
- Anthropic-branded UI: Maintain consistent branding while allowing creative experimentation.
- Use cases: artists prototyping generative aesthetics, educators teaching procedural generation, product teams exploring interactive visuals.
Quick Start
Follow the workflow to create a piece:
- Start from the provided templates/viewer.html as the starting point.
- Write your algorithmic philosophy and generate the corresponding HTML artifact with seeded variation.
- Open the resulting HTML file in a browser and adjust parameters to explore the design space.