Illustration Production
Controlled illustration/prompt pipeline: style lanes, reference roles, review gate for OpenAI Image 2.0.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 15, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 86679d3
Turns 'make me a cover image prompt' into a structured pipeline: pick one named style lane, label every reference by role (style/character/palette/negative), keep important text out of the artwork, and report a review checklist -- where an unguided prompt just strings together adjectives like 'futuristic, 4k, highly detailed'.
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 8/10
- Docs & honesty 5/5
What Illustration Production does
Runs illustration and image-prompt requests through a structured production pipeline instead of a single freeform prompt: it asks intake questions, selects one named style lane, labels reference images by role, drafts a prompt against a fixed architecture, and runs a review checklist before/after generation. Triggers on requests to create, revise, or art-direct illustrations, covers, posters, comic panels, or image-generation prompts, especially where a house style or taste must stay consistent.
How to install Illustration Production
git clone https://github.com/erafat/skills
cd skills
mkdir -p ~/.claude/skills
cp -r illustration-production ~/.claude/skills/illustration-production
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Illustration Production
-
/illustration-productionControlled illustration/prompt pipeline: style lanes, reference roles, review gate for OpenAI Image 2.0.
It also activates on plain-language prompts like these:
-
write a detailed prompt for a book cover illustration in one style -
help me art-direct a consistent set of comic panel images -
draft an image prompt for a poster and label the reference photos
Frequently asked questions
- Is the Illustration Production skill free?
- Yes. The skill itself is free from erafat/skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Illustration Production work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Works. Turns 'make me a cover image prompt' into a structured pipeline: pick one named style lane, label every reference by role (style/character/palette/negative), keep important text out of the artwork, and report a review checklist -- where an unguided prompt just strings together adjectives like 'futuristic, 4k, highly detailed'.
- What is the Illustration Production SkillProof Score?
- 9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
- How do I install Illustration Production?
- 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 Illustration Production 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.