mcpbeat

Algorithmic Art

dokhacgiakhoa/algorithmic-art

Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.

15k tokens
context cost
the whole folder, loaded on every use
15
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
505
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/Dokhacgiakhoa/Agent-Skills-4-Vibe-Coding-CLI --skill algorithmic-art

What comes with it

58 632 bytes besides the instruction
LICENSE.txt
sub-skills/craftsmanship-requirements.md
sub-skills/critical-whats-fixed-vs-variable.md
sub-skills/essential-principles.md
sub-skills/how-to-generate-an-algorithmic-philosophy.md
sub-skills/output-format.md
sub-skills/philosophy-examples.md
sub-skills/required-features.md
sub-skills/step-0-read-the-template-first.md
sub-skills/technical-requirements.md
sub-skills/the-critical-understanding.md
sub-skills/using-the-artifact.md
templates/generator_template.js
templates/viewer.html

The instruction itself

13 sections, as written by the author

Algorithmic philosophies are computational aesthetic movements that are then expressed through code. Output .md files (philosophy), .html files (interactive viewer), and .js files (generative algorithms).

This happens in two steps:

  • Algorithmic Philosophy Creation (.md file)
  • Express by creating p5.js generative art (.html + .js files)

First, undertake this task:

ALGORITHMIC PHILOSOPHY CREATION

To begin, create an ALGORITHMIC PHILOSOPHY (not static images or templates) that will be interpreted through:

  • Computational processes, emergent behavior, mathematical beauty
  • Seeded randomness, noise fields, organic systems
  • Particles, flows, fields, forces
  • Parametric variation and controlled chaos

🧠 Knowledge Modules (Fractal Skills)

1. THE CRITICAL UNDERSTANDING

2. HOW TO GENERATE AN ALGORITHMIC PHILOSOPHY

3. PHILOSOPHY EXAMPLES

4. ESSENTIAL PRINCIPLES

5. ⚠️ STEP 0: READ THE TEMPLATE FIRST ⚠️

6. TECHNICAL REQUIREMENTS

7. CRAFTSMANSHIP REQUIREMENTS

8. OUTPUT FORMAT

9. CRITICAL: WHAT'S FIXED VS VARIABLE

10. REQUIRED FEATURES

11. USING THE ARTIFACT

How to use it

Copy the folder

Take dokhacgiakhoa/algorithmic-art from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.