Language:JapaneseEnglish

algorithmic-art Claude Code Skill

Author
Anthropic
Topics
Design & Media Production · Web & App Development
License
See LICENSE.txt
First cataloged
2026-07-09 (UTC)
Explanation last updated
2026-09-03 (UTC)
Source (GitHub) last updated
2026-04-20 (UTC) (138 days ago)

The explanation below is AI-generated. Please verify it against the sources.

This is a Claude skill for producing algorithmic (generative) art using p5.js. According to the SKILL.md instructions, the process has two stages: first a short manifesto describing a computational aesthetic movement is written, then that idea is implemented as seeded, parameterized p5.js code. The final output is packaged as a single self-contained HTML file that includes parameter sliders, seed navigation controls, and a download button, built on top of a bundled layout template so the interface stays consistent across different artworks. The underlying algorithm itself is designed fresh for each request rather than reused. The skill also instructs the assistant to create original work rather than imitate existing artists, to avoid copyright issues.

What you can do with algorithmic-art

  • Draft a short written concept for a generative art piece before coding it
  • Build p5.js sketches using seeded randomness, noise fields, particle systems, or flow fields
  • Get the artwork packaged as one self-contained HTML file with parameter sliders, seed navigation, and a download button
  • Explore variations of the same algorithm by changing the seed value or parameters
  • Reuse a bundled HTML template so layout and branding stay consistent across pieces
  • Reference a bundled JS template for guidance on code organization and seeded-randomness practices

Sources

Back to list