← Catalog

No. 099 · design

Algorithmic Art

Generative art with p5.js

Version 1.0.0 License MIT Format SKILL.md

Create generative art: use p5.js with seeded randomness, Perlin noise, particle systems, and parametric design to produce reproducible visual art.

When to use this skill

  • Creating generative art
  • Using Perlin noise for patterns
  • Building a particle system

Core concepts

This skill provides guidance on algorithmic art best practices, patterns, and common pitfalls. It is designed to be loaded on demand when a relevant task is detected.

Installation

curl -LO https://opencode-skills.example/downloads/design/algorithmic-art.zip
unzip algorithmic-art.zip -d ~/.config/opencode/skills/

Restart OpenCode — the skill loads automatically.

When it triggers

  • creating generative art
  • using Perlin noise for patterns
  • building a particle system