algorithmic-art

Create seed-driven generative art with p5.js and interactive parameter controls.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/HuuBar/skill-routing-experiment --skill algorithmic-art-huubar
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: algorithmic-art
Source: https://github.com/HuuBar/skill-routing-experiment/tree/main/unified_skills/anthropics/algorithmic-art
Command: npx skills add https://github.com/HuuBar/skill-routing-experiment --skill algorithmic-art-huubar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generating algorithmic art often requires bespoke tooling or extensive boilerplate. This Skill provides a compact, seed-reproducible pathway to create living generative art with p5.js, enabling artists and developers to explore complex visual ideas without reinventing the wheel.

Core Features & Use Cases

  • Seeded randomness for reproducible outputs and easy variation management
  • Interactive parameter controls (e.g., particle count, flow speed, noise scale, trail length)
  • Self-contained HTML viewer template that runs directly in the browser
  • Support for color palettes and export options to capture outputs
  • Use cases include educational demos, creative coding explorations, and speed-run prototyping of generative ideas

Quick Start

Start with a seed value and adjust the parameter sliders to generate seed-driven algorithmic art in real time.

Frequently Asked Questions about algorithmic-art

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create reproducible generative art with p5.js?▼

You create reproducible generative art by defining a seed value and using interactive parameter controls for particle count and noise scale to generate deterministic p5.js visual outputs.

Can I use interactive UI controls to adjust algorithmic design parameters in real time?▼

Yes, interactive parameter controls allow you to adjust variables like particle count, flow speed, noise scale, and trail length to generate seed-driven algorithmic art in real time.

Does this generative art approach require external libraries or dependencies?▼

No dependencies are required. The Skill provides a self-contained HTML viewer template that runs directly in the browser, enabling speed-run prototyping without external libraries.

What is the best way to explore color palettes in creative coding workshops?▼

The best way to explore color palettes in creative coding workshops is by using a self-contained HTML viewer template with seeded randomness and interactive parameter controls for deterministic design exploration.

Are there limitations to using seeded randomness for generative art variations?▼

Seeded randomness limits outputs to deterministic variations tied to the initial seed value, requiring you to manually change the seed or adjust interactive parameter sliders to explore new visual designs.