PluginBench
Skill
Pass
Audit score 90

algorithmic-art

nexu-io/open-design

Create reproducible generative art with p5.js using seeded randomness.

What is algorithmic-art?

This skill enables you to generate algorithmic art using p5.js with seeded randomness, ensuring every render is reproducible. Use it when you need procedural posters, motion-style stills, or artistic frame studies that can be regenerated consistently.

  • Generate procedural art using p5.js
  • Apply seeded randomness for reproducible renders
  • Create artistic variations from the same algorithm
  • Produce motion-style stills and frame studies
  • Design generative posters with consistent parameters

How to install algorithmic-art

npx skills add https://github.com/nexu-io/open-design --skill algorithmic-art
Prerequisites
  • p5.js library available in your environment
  • Basic understanding of p5.js syntax and drawing functions
Claude Code
Cursor
Windsurf
Cline

How to use algorithmic-art

  1. 1.Install the upstream skill bundle from the Anthropic skills repository
  2. 2.Invoke the skill by name 'algorithmic-art' or use trigger phrases like 'generative art' or 'p5js'
  3. 3.Specify your desired art parameters (seed value, dimensions, style)
  4. 4.The agent will generate reproducible algorithmic art based on your specifications
  5. 5.Adjust seed values to explore variations while maintaining the same algorithm

Use cases

Good for
  • Generate a series of procedural posters with consistent visual style
  • Create reproducible motion-style stills for animation frames
  • Develop artistic frame studies by varying seed values
  • Design generative backgrounds for visual projects
  • Produce algorithmic art variations for design exploration
Who it's for
  • Visual designers and artists
  • Generative art practitioners
  • Motion graphics creators
  • Creative technologists
  • Design researchers exploring procedural aesthetics

algorithmic-art FAQ

How does seeded randomness work in this skill?

The skill uses a seed value to initialize the random number generator, ensuring that the same seed always produces identical output. This makes generative art reproducible and allows you to explore variations by changing only the seed.

Can I regenerate the exact same artwork?

Yes. By using the same seed value, you can regenerate identical artwork every time. This is useful for version control and sharing reproducible designs.

What types of art can I create?

You can create procedural posters, motion-style stills, artistic frame studies, generative backgrounds, and any algorithmic art expressible through p5.js drawing functions.

Do I need to know p5.js to use this skill?

Basic familiarity with p5.js is helpful, though the agent can assist in writing or modifying p5.js code for your artistic vision.

Full instructions (SKILL.md)

Source of truth, from nexu-io/open-design.


name: algorithmic-art description: | 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. triggers:


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

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:

# Inspect the upstream README for exact paths
open https://github.com/anthropics/skills/tree/main/skills/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.