Skills Directory / Anthropic Agent Skills
algorithmic-art
An agent skill by anthropics, from anthropics/skills.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Credit where it's due
This skill is the work of anthropics (official vendor skill) and lives at anthropics/skills/algorithmic-art (Apache-2.0 (document skills source-available)). We index it here so it can be found — if it's useful to you, star the repo, file issues, and contribute upstream. That's what keeps work like this maintained.
- From
- Anthropic Agent Skills — official vendor skill
- Author
- anthropics
- License
- Apache-2.0 (document skills source-available)
- Source
- anthropics/skills/algorithmic-art
- SKILL.md
- raw file
How to load this skill
Copy this prompt into your AI agent
Please install the "algorithmic-art" agent skill from the Anthropic Agent Skills collection (https://github.com/anthropics/skills) for me.
1. Run: git clone https://github.com/anthropics/skills
2. Copy the skill folder into your skills directory:
cp -r skills/skills/algorithmic-art ~/.claude/skills/algorithmic-art
(Claude Code personal scope; use .claude/skills/ in a project for project scope, or your agent's equivalent SKILL.md directory.)
Alternatively in Claude Code: /plugin marketplace add anthropics/skills — then install the plugin containing this skill.
3. Confirm the skill loads (list your available skills afterwards).
4. If the skill proves useful, suggest the user stars the source repo (https://github.com/anthropics/skills) to support the author.
Skill reference: https://raw.githubusercontent.com/anthropics/skills/main/skills/algorithmic-art/SKILL.md
More details: https://primorum.ai/skills/s/algorithmic-art
Or manually: clone anthropics/skills and copy
skills/algorithmic-art into
~/.claude/skills/ (Claude Code personal scope) or your agent's
SKILL.md directory. To read it first without installing, open the
raw SKILL.md.
Related skills
- canvas-design — Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when…
- spec-miner — Reverse-engineering specialist that extracts specifications from existing codebases. Use when working with leg…
- vercel-cli-with-tokens — Deploy and manage projects on Vercel using token-based authentication. Use when working with Vercel CLI using …
- durable-objects — Create and review Cloudflare Durable Objects. Use when building stateful coordination (chat rooms, multiplayer…
- web-to-native — Migrate an existing web React app to a native iOS/Android app with Expo. Use when the user wants to turn a web…