
Algorithmic Art
Generate reproducible p5.js procedural posters and frame studies for landing visuals, demos, or creative side projects without hand-drawing every variant.
Overview
Algorithmic Art is an agent skill for the Build phase that creates reproducible p5.js generative art for posters and frame studies via seeded randomness.
Install
npx skills add https://github.com/nexu-io/open-design --skill algorithmic-artWhat is this skill?
- Seeded randomness so every generative render is reproducible
- p5.js workflow for procedural posters and motion-style stills
- Open Design catalogue entry pointing to Anthropic upstream algorithmic-art bundle
- Trigger phrases include algorithmic art, generative art, and p5js
- Install upstream repo assets into the agent skills directory for full workflow
- Upstream source: anthropics/skills tree path algorithmic-art
- Open Design mode category: image-generation
Adoption & trust: 798 installs on skills.sh; 61.4k GitHub stars; 3/3 security scanners passed (skills.sh audits).
What problem does it solve?
You need unique visual assets but lack a repeatable way to generate artistic variants that stay consistent when you re-run the same seed.
Who is it for?
Solo builders crafting branded generative visuals for sites, demos, or content with p5.js and Open Design discovery.
Skip if: Builders who need photoreal UI mockups, stock photography, or a hosted image API without running upstream skill assets locally.
When should I use this skill?
User mentions algorithmic art, generative art, p5js, procedural art, seeded randomness, or related trigger phrases from skill frontmatter.
What do I get? / Deliverables
You get a documented path to invoke generative art and install the upstream p5.js skill bundle so the agent can produce reproducible procedural artwork.
- Reproducible p5.js generative art renders from seeded sketches
- Installed upstream algorithmic-art workflow in the active agent environment
Recommended Skills
Journey fit
How it compares
Curated generative-art skill package (install upstream bundle)—not a built-in MCP image server or single-prompt DALL·E shortcut.
Common Questions / FAQ
Who is algorithmic-art for?
Indie developers and makers who want procedural, seed-stable artwork via p5.js and agent-driven creative coding during build or launch asset work.
When should I use algorithmic-art?
When you mention algorithmic art, generative art, p5js, procedural art, or seeded randomness—typically while building frontend visuals or launch creative in the Build phase.
Is algorithmic-art safe to install?
This entry references upstream Anthropic skills on GitHub; review the Security Audits panel on this Prism page and inspect the upstream repository before copying scripts into your agent skills directory.
SKILL.md
READMESKILL.md - Algorithmic Art
# algorithmic-art > Curated from Anthropic's official skills repository. ## What it does Create generative art using p5.js with seeded randomness so every render is reproducible. Useful for procedural posters, motion-style stills, and artistic frame studies. ## Source - Upstream: https://github.com/anthropics/skills/tree/main/algorithmic-art - Category: `image-generation` ## How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bundle into your active agent's skills directory: ```bash # Inspect the upstream README for exact paths open https://github.com/anthropics/skills/tree/main/algorithmic-art ``` Then ask the agent to invoke this skill by name (`algorithmic-art`) or with one of the trigger phrases listed in this skill's frontmatter.