Skill · em Criar imagem, vídeo e arte

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…

Procedência

Antes de instalar

4 arquivos · 58,4 KB · inclui 1 script que executa: templates/generator_template.js

Instalar na sua CLI

O comando baixa a versão fixada (commit 3337550) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.

Claude Code

Neste projeto: instala em .claude/skills/algorithmic-art/.

d=".claude/skills/algorithmic-art"
u="https://raw.githubusercontent.com/anthropics/skills/33375500bcea98d610eb30ce10ac4e59b89c390d/skills/algorithmic-art"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/LICENSE.txt" "$u/LICENSE.txt" \
  -o "$d/templates/generator_template.js" "$u/templates/generator_template.js" \
  -o "$d/templates/viewer.html" "$u/templates/viewer.html"

Global: instala em ~/.claude/skills/algorithmic-art/.

d="$HOME/.claude/skills/algorithmic-art"
u="https://raw.githubusercontent.com/anthropics/skills/33375500bcea98d610eb30ce10ac4e59b89c390d/skills/algorithmic-art"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/LICENSE.txt" "$u/LICENSE.txt" \
  -o "$d/templates/generator_template.js" "$u/templates/generator_template.js" \
  -o "$d/templates/viewer.html" "$u/templates/viewer.html"

Codex

Neste projeto: instala em .agents/skills/algorithmic-art/.

d=".agents/skills/algorithmic-art"
u="https://raw.githubusercontent.com/anthropics/skills/33375500bcea98d610eb30ce10ac4e59b89c390d/skills/algorithmic-art"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/LICENSE.txt" "$u/LICENSE.txt" \
  -o "$d/templates/generator_template.js" "$u/templates/generator_template.js" \
  -o "$d/templates/viewer.html" "$u/templates/viewer.html"

Global: instala em ~/.agents/skills/algorithmic-art/.

d="$HOME/.agents/skills/algorithmic-art"
u="https://raw.githubusercontent.com/anthropics/skills/33375500bcea98d610eb30ce10ac4e59b89c390d/skills/algorithmic-art"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/LICENSE.txt" "$u/LICENSE.txt" \
  -o "$d/templates/generator_template.js" "$u/templates/generator_template.js" \
  -o "$d/templates/viewer.html" "$u/templates/viewer.html"

Antigravity

Neste projeto: instala em .agents/skills/algorithmic-art/.

d=".agents/skills/algorithmic-art"
u="https://raw.githubusercontent.com/anthropics/skills/33375500bcea98d610eb30ce10ac4e59b89c390d/skills/algorithmic-art"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/LICENSE.txt" "$u/LICENSE.txt" \
  -o "$d/templates/generator_template.js" "$u/templates/generator_template.js" \
  -o "$d/templates/viewer.html" "$u/templates/viewer.html"

Global: instala em ~/.gemini/antigravity-cli/skills/algorithmic-art/.

d="$HOME/.gemini/antigravity-cli/skills/algorithmic-art"
u="https://raw.githubusercontent.com/anthropics/skills/33375500bcea98d610eb30ce10ac4e59b89c390d/skills/algorithmic-art"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/LICENSE.txt" "$u/LICENSE.txt" \
  -o "$d/templates/generator_template.js" "$u/templates/generator_template.js" \
  -o "$d/templates/viewer.html" "$u/templates/viewer.html"

Peça ao Rook

Já usa o Rook Labs? Cole no chat do Rook: instale a skill https://rooklabs.sh/marketplace/anthropic.algorithmic-art

Prévia do SKILL.md

---
name: algorithmic-art
description: 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 copy…
license: Complete terms in LICENSE.txt
---

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:
1. Algorithmic Philosophy Creation (.md file)
2. 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

### THE CRITICAL UNDERSTANDING
- What is received: Some subtle input or instructions by the user to take into account, but use as a foundation; it should not constrain creative freedom.
- What is created: An algorithmic philosophy/generative aesthetic movement.
- What happens next: The same version receives the philosophy and EXPRESSES IT IN CODE - creating p5.js sketches that are 90% algorithmic generation, 10% essential parameters.

Consider this approach:
- Write a manifesto for a generative art movement
- The next phase involves writing the algorithm that brings it to life

The philosophy must emphasize: Algorithmic expression. Emergent behavior. Computational beauty. Seeded variation.

### HOW TO GENERATE AN ALGORITHMIC PHILOSOPHY

**Name the movement** (1-2 words): "Organic Turbulence" / "Quantum Harmonics" / "Emergent Stillness"

**Articulate the philosophy** (4-6 paragraphs - concise but complete):

To capture the ALGORITHMIC essence, express how this philosophy manifests through:
…

Ver todo o marketplace