algorithmic-art

Translate prompts into p5.js generative-art projects with seeded randomness.

Updated Oct 14, 2025
One-click install
npx skills add https://github.com/jbcholat/Estimation-immo --skill algorithmic-art-jbcholat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: algorithmic-art
Source: https://github.com/jbcholat/Estimation-immo/tree/main/.claude/skills-main/algorithmic-art
Command: npx skills add https://github.com/jbcholat/Estimation-immo --skill algorithmic-art-jbcholat

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Creating complex, original generative art often requires deep coding expertise and iterative refinement. This skill simplifies the process, allowing users to produce unique algorithmic art with interactive parameters and seeded randomness, without needing to write extensive code themselves.

Core Features & Use Cases

  • Algorithmic Philosophy Creation: Develop a conceptual framework for generative art, focusing on emergent behavior and computational beauty.
  • Interactive p5.js Implementation: Express the philosophy through p5.js code, generating interactive art with tunable parameters and reproducible seeds.
  • Use Case: Request a "Quantum Harmonics" art piece, then explore hundreds of variations by adjusting parameters like particle count and noise scale, or by cycling through different seeds.

Quick Start

Use the algorithmic-art skill to create a generative art piece based on "Organic Turbulence" with 7000 particles.

Frequently Asked Questions about algorithmic-art

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

FAQPage Schema
How do I create generative art with p5.js without writing code from scratch?

Generative art with p5.js translates your concept into executable code by producing an algorithmic philosophy and interactive implementation. Describe your artistic vision—like particle systems or noise-based patterns—and the skill generates seeded, reproducible p5.js code with tunable parameters.

Can I generate interactive art with randomness that stays reproducible across runs?

Yes. The skill produces algorithmic art with seeded randomness and structured parameters, ensuring the same seed generates identical visuals every time while allowing parameter adjustments to explore variations.

What file formats does the algorithmic art output produce?

The skill exports generative art as HTML, JavaScript, and Markdown files. The HTML/JS viewer runs interactively in a browser, while the Markdown philosophy file documents the artistic concept and parameters.

Do I need coding experience to use this for creative projects?

No. You describe your artistic idea in natural language, and the skill handles p5.js implementation details. The generated code includes modular class architecture, so you can adjust parameters and seeds without writing code.

How does algorithmic philosophy shape the final art output?

An algorithmic philosophy defines the computational rules and emergent behavior driving your art—particle interactions, noise functions, color logic. The skill translates this philosophy into p5.js code that expresses your artistic intent reproducibly.

What's the best way to explore variations of a generative art piece?

Adjust the parameter object—particle count, noise scale, colors—or cycle through different seeds to generate hundreds of unique variations while maintaining the same artistic philosophy and visual coherence.