algorithmic-art

Installation
SKILL.md

Algorithmic Art

Create generative art with code using p5.js, featuring seeded randomness for reproducibility.

Core Concepts

Seeded Randomness

// Use seed for reproducible results
function setup() {
  randomSeed(42);
  noiseSeed(42);
}
Installs
109
GitHub Stars
1.1K
First Seen
Jan 20, 2026
algorithmic-art — skillcreatorai/ai-agent-skills