algorithmic-art

Generate p5.js algorithmic art with seeded randomness and interactive HTML artifacts.

Updated Jan 17, 2026
One-click install
npx skills add https://github.com/epiphanyapps/mapyourhealth --skill algorithmic-art-epiphanyapps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: algorithmic-art
Source: https://github.com/epiphanyapps/mapyourhealth/tree/main/apps/mobile/.agents/skills/algorithmic-art
Command: npx skills add https://github.com/epiphanyapps/mapyourhealth --skill algorithmic-art-epiphanyapps

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill allows users to create unique, generative algorithmic art by defining a computational philosophy and expressing it through p5.js code, moving beyond static images to dynamic, code-driven artistic expression.

Core Features & Use Cases

  • Algorithmic Philosophy Creation: Define a unique generative art movement with specific computational principles.
  • p5.js Art Generation: Translate the philosophy into interactive, seeded generative art using p5.js.
  • Interactive Artifacts: Produces self-contained HTML files that can be explored in a browser or AI artifact viewer.
  • Use Case: A user can request art based on "organic turbulence" and the skill will generate a philosophy for it, then create an interactive p5.js sketch that visualizes this concept with particles and flow fields, allowing the user to explore variations via seeded randomness.

Quick Start

Use the algorithmic-art skill to create generative art based on the philosophy of 'Organic Turbulence'.

Frequently Asked Questions about algorithmic-art

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

FAQPage Schema
How do I generate generative art using p5.js?

You can generate generative art using p5.js by defining a computational philosophy, which the skill translates into a self-contained HTML artifact with seeded randomness for interactive parameter exploration.

What is algorithmic art and how does code drive it?

Algorithmic art is code-driven artistic expression where computational principles define a visual movement, using p5.js to translate defined philosophies into dynamic, interactive visualizations.

Can I create interactive HTML artifacts with creative coding?

Yes, creative coding with this skill outputs self-contained HTML artifacts that visualize interactive p5.js sketches, allowing you to explore variations via seeded randomness directly in a browser.

Does the generated code art allow for parameter exploration?

The generated code art supports interactive parameter exploration by utilizing seeded randomness, enabling users to explore distinct visual variations of the computational art without altering the core algorithm.

What is the best way to define a unique computational art philosophy?

The best way to define a computational art philosophy is to specify a core concept like organic turbulence, which the skill then uses to generate original generative art rather than copying existing styles.

Why does the skill output a self-contained HTML file for code art?

The skill outputs a self-contained HTML file for code art to provide an interactive viewing experience, bundling the p5.js sketch and markdown philosophy into a single artifact viewable in browsers or AI viewers.