Back to skills

algorithmic-art

design

Generates algorithmic and generative art using p5.js. Takes a user prompt, creates a computational philosophy for it, then produces a self-contained interactive HTML artifact with seeded randomness, p

Setup & Installation

npx skills add https://github.com/anthropics/algorithmic-art --skill algorithmic-art
or paste the link and ask your coding assistant to install it
https://github.com/anthropics/algorithmic-art
View on GitHub

What This Skill Does

Generates algorithmic and generative art using p5.js. Takes a user prompt, creates a computational philosophy for it, then produces a self-contained interactive HTML artifact with seeded randomness, parameter controls, and seed navigation. Instead of manually writing p5.js boilerplate and tuning parameters by hand, the skill outputs a complete interactive artifact with seed navigation, parameter controls, and consistent branding in one step.

When to use it

  • Working with algorithmic art functionality
  • Implementing algorithmic art features
  • Debugging algorithmic art related issues