Anthropic/algorithmic-art — Agent Skills | officialskills.sh
Back to skills

algorithmic-art

officialdesign

Generates algorithmic and generative art using p5.

Setup & Installation

npx skills add https://github.com/anthropics/skills --skill algorithmic-art
or paste the link and ask your coding assistant to install it
https://github.com/anthropics/skills/tree/main/skills/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

  • Turning a vague aesthetic concept into a runnable generative art sketch
  • Exploring flow fields and particle systems through interactive seed navigation
  • Building a series of algorithmic prints from a single parametric algorithm
  • Generating unique visual outputs reproducibly using seed-based randomness
  • Prototyping computational art concepts with tunable sliders and real-time feedback