Pardesco

Algorithmic Art Skill — Development skill for Claude Code

Development community

A Claude Agent Skill for algorithmic/generative art: deterministic seeded pieces, render-critique loop, print/SVG/laser/video export, audio-reactive + Blender escalation.

How to install Algorithmic Art Skill

This entry records only its repository, not the path inside it, so there is no exact command to give. Open Pardesco/algorithmic-art-skill and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Algorithmic Art Skill does

A Claude Agent Skill for algorithmic/generative art: deterministic seeded pieces, render-critique loop, print/SVG/laser/video export, audio-reactive + Blender escalation.

Alternatives in Development

  • Marp Slides — MARP presentation skill for Claude Code — 22 curated example decks, SVG charts, dark/light themes, dashboard c 296 ★
  • Agent Sam Agt337 — SAM — AGT-337: Loop P4 Enforcement & Auto-Escalation 104 ★
  • Blender Skills — Blender Skills for Claude Code - 3D product generation and camera animation workflows 92 ★

README

algorithmic-art — a Claude skill for generative art

A [Claude Agent Skill](https://docs.claude.com/en/docs/agents-and-tools/agent-skills) for making algorithmic art that looks intentional, runs deterministically, and exports to real media — screen, print, pen plotter, laser cutter, and video.

Built as an alternative to Anthropic's official `algorithmic-art` skill, with different priorities:

Official skill This skill
Process Write a 4–6 paragraph "philosophy" manifesto first 3-sentence design intent, then build
Feedback None — ship blind Mandatory render → critique → revise loop
Variety Whatever the model defaults to Anti-default rule + a technique catalog across 10 categories
Stack p5.js from CDN (breaks under strict CSP) Zero-dependency vanilla canvas engine, works offline
Branding Anthropic fonts/colors mandated Neutral dark chrome, yours to restyle
Media Screen PNG only Print-res PNG, SVG for plotter/laser/CNC, video via ffmpeg, audio-reactive, Blender escalation

Install

**Claude Code** — clone into your personal skills directory:

git clone https://github.com/Pardesco/algorithmic-art-skill ~/.claude/skills/algorithmic-art

(Windows: `%USERPROFILE%\.claude\skills\algorithmic-art`.) Or copy the folder into a project's `.claude/skills/`. Claude will invoke it automatically on generative-art requests, or explicitly via `/algorithmic-art`.

**claude.ai / API** — the folder follows the standard Agent Skills layout (`SKILL.md` + resources) and can be uploaded/attached wherever skills are supported.

What's inside

SKILL.md                    workflow, invariants, critique checklist, medium picker
templates/viewer.html       self-contained viewer/engine — replace one ART object per piece:
                            seeded PRNG + noise, auto-generated param UI, seed navigation,
                            hi-res deterministic export, frame-capture hooks
scripts/capture