Algorithmic Art
Generates original generative art with p5.js — seeded randomness, flow fields, and particle systems built from a stated creative philosophy rather than copying existing artists' styles.
The Algorithmic Art skill packages a two-step process for computational art: first drafting a short “algorithmic philosophy” — a named aesthetic movement with its own manifesto — then expressing that philosophy as a p5.js sketch using noise fields, particles, and seeded randomness. It outputs a philosophy doc, an interactive HTML viewer, and the generative JS itself.
Why a skill for this
Ad hoc prompting for “generative art” tends to default to a handful of clichéd effects — basic Perlin noise blobs, generic particle swarms. Packaging the philosophy-first workflow forces a distinct creative direction before any code gets written, keeping output original rather than derivative of a known artist’s work.
Good for
One-off generative art pieces, flow-field or particle-system visuals, and interactive parameter-driven art explorations.