Comic Asset Ref Generator
Produces canonical comic reference assets via Codex bakes or parametric SVG
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 19, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Jul 30, 2026 · 1998d65
⚠ This skill is no longer available upstream. Our re-check on Aug 10, 2026 couldn't find it any more (repo unreachable/deleted). The test below is what we measured on Jul 19, 2026 and we're leaving it up as a record — but there is nothing left to install, so we've removed the command.
Executed the deterministic SVG route live: gen_core_assets.py emitted seven parametric SVG/JSON assets and the single-source collision gate passed clean on all 26 outputs, so that half genuinely works. The headline feature, baking a conditioned identity reference, requires the paid mcp__codex__codex sidecar (gpt-5.5 image_gen) that is unavailable here, leaving the core output unmeasurable. Copying only the skill folder breaks every ../../ reference to schemas, protocols, examples and pickup_image.py, so it is really a whole-repo skill, not a standalone install. SKILL.md is exhaustive but repeatedly flags key machinery as 'planned, not yet implemented'.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 4/5
- Triggers reliably 4/5
- Output vs. baseline 5/10
- Docs & honesty 3/5
What Comic Asset Ref Generator does
Phase-1 of the ARIS comic-movie pipeline: for each declared asset it either bakes one canonical identity reference image through the paid Codex image_gen sidecar or emits a deterministic parametric SVG for motifs like clocks, charts and stamps. Triggers when producing the reusable identity/prop references a downstream comic pipeline conditions on. Generates only; a separate cross-model loop locks assets.
How to install Comic Asset Ref Generator
Nothing to install: the source repository no longer has this skill. If the author brings it back, our daily re-check will pick it up and the command will reappear here.
Commands — how to trigger Comic Asset Ref Generator
-
/comic-asset-ref-generatorProduces canonical comic reference assets via Codex bakes or parametric SVG
It also activates on plain-language prompts like these:
-
Generate canonical identity references for these comic characters. -
Produce single-source SVG assets for the clock and stamp motifs. -
Bake a locked reference image for this comic's main character.
Frequently asked questions
- Is the Comic Asset Ref Generator skill free?
- Yes. The skill itself is free from wanshuiyin/ARIS-Movie-Director. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Comic Asset Ref Generator work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 19, 2026. Verdict: Works with setup. Executed the deterministic SVG route live: gen_core_assets.py emitted seven parametric SVG/JSON assets and the single-source collision gate passed clean on all 26 outputs, so that half genuinely works. The headline feature, baking a conditioned identity reference, requires the paid mcp__codex__codex sidecar (gpt-5.5 image_gen) that is unavailable here, leaving the core output unmeasurable. Copying only the skill folder breaks every ../../ reference to schemas, protocols, examples and pickup_image.py, so it is really a whole-repo skill, not a standalone install. SKILL.md is exhaustive but repeatedly flags key machinery as 'planned, not yet implemented'.
- What is the Comic Asset Ref Generator SkillProof Score?
- 6.4/10 — installs cleanly 4/5, triggers reliably 4/5, output vs. baseline 5/10, docs & honesty 3/5.
- How do I install Comic Asset Ref Generator?
- 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 Comic Asset Ref Generator 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.