comic-director

Converts authored comic.json narratives into pixel-art frames with 3-reviewer cross-model verification.

48|3|Updated Jun 9, 2026
One-click install
npx skills add https://github.com/wanshuiyin/ARIS-Movie-Director --skill comic-director
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: comic-director
Source: https://github.com/wanshuiyin/ARIS-Movie-Director/tree/main/skills/comic-director
Command: npx skills add https://github.com/wanshuiyin/ARIS-Movie-Director --skill comic-director

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill converts authored comic.json files into a sequence of baked movie frames, enabling the creation of cross-model-audited movies from visual narratives.

Core Features & Use Cases

  • Frame Generation: Render each frame of a movie based on an authored comic.json.
  • Cross-Model Verification: Ensure frames are verified through a 3-reviewer cross-model process (narrative, Gemini visual, Codex visual).
  • Use Case: If you have a comic story structured in comic.json format, this Skill will take care of converting it into a visual movie, ensuring consistency and quality throughout.

Quick Start

To initiate the comic-director Skill, execute the following command:

python3 skills/comic-director/scripts/run_comic.py --project examples/comic_m3_audit --page P02_b08 --panels S12,S13,S14,S15

Frequently Asked Questions about comic-director

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert comic.json narratives into visual movie frames?

To convert comic.json narratives into visual movie frames, this Skill processes the authored JSON through deterministic baking and cross-model verification to output pixel-art sequences. It uses an audited spiral of gate-checking and 3-reviewer verification to ensure narrative and visual consistency.

What is cross-model verification in movie pipeline frame generation?

Cross-model verification in movie pipeline frame generation is a 3-reviewer audit process ensuring visual and narrative consistency. It checks baked frames through narrative review, Gemini visual review, and Codex visual review to maintain quality across long-horizon visual generation tasks.

Can I render specific comic pages and panels instead of a full movie?

Yes, you can render specific comic pages and panels by passing targeted arguments to the execution script. The command accepts project, page, and panel parameters like S12,S13 to selectively bake frames rather than processing the entire movie pipeline at once.

Does comic frame generation require agent planning and gating for long-horizon tasks?

Comic frame generation requires agent planning and gating for long-horizon visual tasks to maintain deterministic output. The Skill handles complex movie pipeline tasks by auditing the spiral baking process, ensuring each frame passes gate-checks before moving forward.

How do I start a movie creation task using a comic.json file?

To start a movie creation task using a comic.json file, execute the Python script with your project path and panel parameters. You need to structure your narrative in comic.json format, then run the command targeting specific pages and panels to initiate the baking process.