algorithmic-art

Generate interactive p5.js algorithmic art with seeded randomness in a single HTML file.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Evilander/ClaudeFileOutput --skill algorithmic-art-evilander
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: algorithmic-art
Source: https://github.com/Evilander/ClaudeFileOutput/tree/main/algorithmic-art
Command: npx skills add https://github.com/Evilander/ClaudeFileOutput --skill algorithmic-art-evilander

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables users to generate interactive, reproducible algorithmic art using p5.js with seeded randomness, reducing setup time and fostering rapid experimentation.

Core Features & Use Cases

  • Seeded generation: Reproducible outputs by fixing the seed for each run.
  • Interactive parameter exploration: Real-time control over palette, scale, flow, and particle counts to shape emergent visuals.
  • Self-contained artifact: A single HTML file that runs in a browser with no installation, ideal for sharing and teaching generative design.

Quick Start

Load the artifact in a browser, adjust the sliders to explore the generative system, and save your favorite outputs as PNGs or share the HTML artifact.

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 using p5.js?

To create reproducible generative art with p5.js, you use a seeded randomness workflow that fixes the random seed for each run, ensuring identical outputs. This Skill provides that seedable generation environment within a single self-contained HTML artifact.

Can I generate interactive algorithmic art without installing p5.js or external dependencies?

Yes, you can generate interactive algorithmic art without external setup by using a self-contained HTML artifact. This Skill outputs a single HTML file running directly in a browser with no installation required, making it ideal for sharing generative design.

What is seeded randomness in algorithmic art generation?

Seeded randomness in algorithmic art generation initializes the random number generator with a fixed value, ensuring the same seed always produces the exact same visual output. This allows reproducible generative designs and consistent parameter exploration.

How do I adjust flow and particle counts for generative design in real-time?

You adjust flow and particle counts for generative design in real-time by using interactive UI sliders within the artifact. This Skill provides real-time control over palette, scale, flow, and particle counts to shape emergent visuals without altering code.

Does this p5.js generative design tool work well for educators teaching creative coding?

Yes, this p5.js generative design tool works well for educators teaching creative coding because it generates a single, self-contained HTML artifact with no external setup. It allows rapid, parameter-driven exploration of generative aesthetics directly in the browser.