algorithmic-art

Generate a p5.js generative art viewer with a movement manifesto from an aesthetic prompt.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps you turn a request for generative visuals into a reproducible, original algorithmic art piece with a clear creative rationale and interactive exploration.

Core Features & Use Cases

  • Algorithmic philosophy creation: produces a short manifesto that guides emergent behavior, seeded variation, and computational aesthetics (not static images).
  • p5.js implementation plan: translates the philosophy into a seeded, parameterized p5.js sketch with careful craftsmanship requirements.
  • Interactive viewer artifact: outputs a single self-contained HTML artifact based on a provided template, enabling seed navigation and parameter tuning for exploration.
  • Use case: when a user asks for generative art (e.g., flow fields, particle systems, noise/noise fields, or algorithmic “movement”), you get an original movement description plus an executable interactive sketch.

Quick Start

Ask the AI to create algorithmic art for your request by invoking the algorithmic-art skill and specifying the aesthetic intent you want expressed (e.g., “organic turbulence with calm-at-the-center behavior”).

Frequently Asked Questions about algorithmic-art

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

FAQPage Schema
What is generative art and how does seeded randomness work in p5.js?

You can create custom p5.js sketches by providing an aesthetic prompt to the algorithmic-art generator, which translates your intent into a self-contained HTML viewer with a tunable parameters UI for real-time exploration of the visual output.

Does the generated p5.js viewer support parameter exploration for flow fields?

Yes, the generated interactive HTML viewer includes a tunable parameters UI that supports parameter exploration for flow fields, allowing users to navigate different random seeds and adjust variables to observe emergent behavior in the generative art.

How do I generate an algorithmic philosophy manifesto for a particle system?

To generate an algorithmic philosophy manifesto for a particle system, you input an aesthetic intent describing the desired emergent behavior, and the generator produces a 4-6 paragraph movement manifesto guiding the computational aesthetics and forces of the sketch.

What is the best way to create reproducible interactive generative art from a text prompt?

The best way to create reproducible interactive generative art from a text prompt is to use a generator that outputs a self-contained HTML artifact with seeded deterministic output, ensuring the visual results remain consistent while allowing parameter tuning.

Can I use this p5.js generative art output without external dependencies?

Yes, you can use the p5.js generative art output without external dependencies because the generator produces a single self-contained HTML artifact that includes all necessary logic for seeded variation, parameter tuning, and interactive viewing.