Adobe Illustrator Scripting
Writes and debugs Adobe Illustrator ExtendScript automation for layers and artboards.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 11, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 103bf7c
Verbatim install (clone + cp) succeeded with only the skills-target path swapped; SKILL.md frontmatter parses as strict YAML and both bundled assets (object-model reference + example .jsx scripts) exist. A/B test asked both arms to write an Illustrator ExtendScript that flags every text frame containing DRAFT with a Review Red spot color: skill and base arms both produced fully correct ES3 code with proper DOM usage (SpotColor/CMYKColor, textRange.characterAttributes.fillColor, try-catch, single alert) and identical runtime behavior, so the skill matched but did not beat a strong baseline. Note the full workflow needs Adobe Illustrator to execute; grading here was on generated-script correctness only, since no Illustrator runtime is available in this environment.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 4/5
- Output vs. baseline 5/10
- Docs & honesty 5/5
What Adobe Illustrator Scripting does
Write, debug, and optimize Adobe Illustrator automation scripts using ExtendScript (JavaScript/JSX). Use when creating or modifying scripts that manipulate documents, layers, paths, text frames, colors, symbols, artboards, or any Illustrator DOM objects. Covers the complete JavaScript object model, coordinate system, measurement units, export workflows, and scripting best practices.
How to install Adobe Illustrator Scripting
git clone https://github.com/github/awesome-copilot
cd awesome-copilot
mkdir -p ~/.claude/skills
cp -r skills/adobe-illustrator-scripting ~/.claude/skills/adobe-illustrator-scripting
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Adobe Illustrator Scripting
-
/adobe-illustrator-scriptingWrites and debugs Adobe Illustrator ExtendScript automation for layers and artboards.
It also activates on plain-language prompts like these:
-
Write an Illustrator script to batch-export artboards -
Automate renaming layers across an Illustrator document -
Debug this ExtendScript that manipulates text frames
Frequently asked questions
- Is the Adobe Illustrator Scripting skill free?
- Yes. The skill itself is free from github/awesome-copilot. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Adobe Illustrator Scripting work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 11, 2026. Verdict: Works with setup. Verbatim install (clone + cp) succeeded with only the skills-target path swapped; SKILL.md frontmatter parses as strict YAML and both bundled assets (object-model reference + example .jsx scripts) exist. A/B test asked both arms to write an Illustrator ExtendScript that flags every text frame containing DRAFT with a Review Red spot color: skill and base arms both produced fully correct ES3 code with proper DOM usage (SpotColor/CMYKColor, textRange.characterAttributes.fillColor, try-catch, single alert) and identical runtime behavior, so the skill matched but did not beat a strong baseline. Note the full workflow needs Adobe Illustrator to execute; grading here was on generated-script correctness only, since no Illustrator runtime is available in this environment.
- What is the Adobe Illustrator Scripting SkillProof Score?
- 7.6/10 — installs cleanly 5/5, triggers reliably 4/5, output vs. baseline 5/10, docs & honesty 5/5.
- How do I install Adobe Illustrator Scripting?
- 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 Adobe Illustrator Scripting 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.