algorithmic-art
Installation
SKILL.md
Algorithmic Art
Create algorithmic generative art using p5.js — self-contained interactive HTML artifacts with parameter controls and seed navigation.
Process
Every piece follows this creative pipeline:
- Interpret the user's intent — what aesthetic, mood, or concept?
- Create an Algorithmic Philosophy — a 4-6 paragraph computational worldview describing the generative approach
- Implement in p5.js — build the algorithm expressing the philosophy
- Design parameters — what should be tunable? (quantities, scales, speeds, thresholds)
- Build UI controls — sliders and inputs for all parameters