Algorithmic Art
Builds seeded p5.js generative art with sliders in one branded, self-contained interactive HTML file.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 13, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Jul 18, 2026 · 634f6fa
templates/viewer.html ships a fully-wired Anthropic-branded seed navigator (prev/next/random/jump, parameter sliders, PNG download) that the skill forces every sketch through, so the output is consistently richer and more reproducible than an ad-hoc p5.js sketch written from scratch.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What Algorithmic Art does
Algorithmic Art has Claude first write a short 'algorithmic philosophy' for a generative art movement, then express it as a p5.js sketch with seeded randomness and tunable parameters, delivered through a fixed Anthropic-branded viewer template with seed navigation, sliders, and PNG export. Use it when a user asks for generative art, flow fields, particle systems, or algorithmic/code-based art rather than a static image.
How to install Algorithmic Art
git clone https://github.com/ThinkInAIXYZ/deepchat
cd deepchat
mkdir -p ~/.claude/skills
cp -r resources/skills/algorithmic-art ~/.claude/skills/algorithmic-art
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Algorithmic Art
-
/algorithmic-artBuilds seeded p5.js generative art with sliders in one branded, self-contained interactive HTML file.
It also activates on plain-language prompts like these:
-
Make me a generative art piece with p5.js and seeded randomness -
Create an interactive flow field art sketch I can tweak with sliders -
Generate some algorithmic particle system art as a self-contained html file
Frequently asked questions
- Is the Algorithmic Art skill free?
- Yes. The skill itself is free from ThinkInAIXYZ/deepchat. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Algorithmic Art work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 13, 2026. Verdict: Tested · Works. templates/viewer.html ships a fully-wired Anthropic-branded seed navigator (prev/next/random/jump, parameter sliders, PNG download) that the skill forces every sketch through, so the output is consistently richer and more reproducible than an ad-hoc p5.js sketch written from scratch.
- What is the Algorithmic Art SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install Algorithmic Art?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Algorithmic Art with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.