algorithmic-art

Create seedable generative-art workflows in p5.js with reproducible outputs.

7|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/wsxwj123/opencode-skills-backup --skill algorithmic-art-wsxwj123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: algorithmic-art
Source: https://github.com/wsxwj123/opencode-skills-backup/tree/main/algorithmic-art
Command: npx skills add https://github.com/wsxwj123/opencode-skills-backup --skill algorithmic-art-wsxwj123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a structured approach to producing original algorithmic art using code, with deterministic seeds and an interactive workflow to explore variations without handcrafting each image.

Core Features & Use Cases

  • Seeded randomness for reproducible outputs
  • Interactive parameter controls to explore the aesthetic space
  • Self-contained HTML viewer leveraging p5.js with a fixed Anthropic-branded UI
  • Template-driven workflow to translate a computational philosophy into live generative art

Quick Start

Open the algorithmic-art artifact and set a seed to generate your first piece.

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 with p5.js by applying a seeded randomness workflow, where a fixed seed ensures identical visual outputs are generated consistently every time the code runs.

What is seeded randomness in algorithmic art?

Seeded randomness in algorithmic art initializes a deterministic random number generator, allowing you to reproduce exact visual patterns and explore aesthetic variations predictably across different sessions.

Can I use interactive controls to explore generative art parameters?

Yes, you can use interactive parameter controls to explore the aesthetic space of generative art, adjusting variables like flow fields and particle systems in real-time within a self-contained HTML viewer.

Do I need external libraries to generate seeded algorithmic art?

No, you do not need external libraries beyond p5.js. The workflow operates within a self-contained HTML artifact featuring a fixed Anthropic-branded UI layout, requiring zero external dependencies.

What is the best way to demonstrate flow fields and particle systems in code?

The best way to demonstrate flow fields and particle systems is through a template-driven p5.js workflow that translates computational philosophy into live, parameterized generative art explorations.

Why does my generative art output change every time I run the script?

Your generative art output changes because the random number generator lacks a fixed seed. Enforcing seeded randomness ensures the workflow yields reproducible art outputs that remain identical across runs.