movie-pipeline

movie-pipeline is a skill for Claude Code, Codex from wanshuiyin/ARIS-Movie-Director. It costs 210 tokens per session (3,593 once invoked), scanned A, original, MIT.

A one-command workflow that turns a rough story idea into an image-based movie and a clickable viewer. It coordinates story writing, reviews, story approvals, image assets, and production files.

In plain words
What is it for?
Use it to develop a movie from an early idea, create a storyboard and visual assets, run cross-model reviews, handle flagged scenes, and produce a viewer.
Why use it?
It organizes many creative and checking steps so later stages use approved earlier work and stop when required decisions are unresolved.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 skills/comic-cross-layer-gate/scripts/run_p0_proof.py \.

Good fit Use it to develop a movie from an early idea, create a storyboard and visual assets, run cross-model reviews, handle flagged scenes, and produce a viewer.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/wanshuiyin/ARIS-Movie-Director
agentmods
npx agentmods add skills/wanshuiyin/aris-movie-director/movie-pipeline

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for movie-pipeline

README.md
[![agentmods](https://agentmods.dev/badge/skills/wanshuiyin/aris-movie-director/movie-pipeline/github.svg)](https://agentmods.dev/skills/wanshuiyin/aris-movie-director/movie-pipeline)
Your own site
<a href="https://agentmods.dev/skills/wanshuiyin/aris-movie-director/movie-pipeline"><img src="https://agentmods.dev/badge/skills/wanshuiyin/aris-movie-director/movie-pipeline/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for movie-pipeline

Your own site · 80×15
<a href="https://agentmods.dev/skills/wanshuiyin/aris-movie-director/movie-pipeline"><img src="https://agentmods.dev/badge/skills/wanshuiyin/aris-movie-director/movie-pipeline.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 210 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,593 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00210 $0.03593
Opus 5 $0.00105 $0.01796
Sonnet 5 $0.00042 $0.00719
Haiku 4.5 $0.00021 $0.00359

Measured 12d ago against content hash 0f9ee55f83c5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

movie-pipeline scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/movie-pipeline/SKILL.md · 161 lines

How it starts

The opening of the file, as written. The whole thing — 161 lines — stays where its author put it; the contents beside it link to each section on GitHub.

movie-pipeline — Pipeline A, end-to-end (one slash-command)

1 · Scope

The whole of Figure 1 as ONE agent workflow: a fuzzy idea → a cross-model-audited, image-based movie + a clickable viewer. /movie-pipeline "«your fuzzy idea»" — and your coding agent (Claude, Codex, …) drives the chain below, pausing only at the two human story gates. "One command" = one slash-command an agent RUNS — not a deterministic shell binary (the /research-pipeline paradigm): it needs a coding-agent runtime, it is non-deterministic, and a skipped step is safe because each layer consumes the prior locked artifact — a missed step leaves the next gate's input unresolved and it fails closed, never ships something wrong.

2 · Who does what (roles / boundary)

Actor Does Never does
Human approves intent + outline; adjudicates needs_human/flagged panels per-panel retries (the spiral's job)
Agent (Claude runtime) authors Phase 1; runs the P0 fan-out reviews; services the bake sidecar; iterates pages acquits its own layer (author family can't self-acquit)
mcp__codex__codex sidecar the ONLY real bake primitive (Codex native image tool) judge its own output
Deterministic CLIs run_p0_proof.py (mints the P0 cert), run_comic.py (orchestrates; verdict math is deterministic; gates shell the codex/gemini CLIs), validate_wiki.py, build_comic.py bake (that's delegated to the agent sidecar)
CI --dry-run + validate_wiki + build_comic re-render + tests/ (see §11) bake, or acquit quality

3 · Phase contract

Phase Entry artifact Exit artifact Consumer Gate
1 author fuzzy idea schema-valid comic.json + locked wiki nodes P0 gate per-layer cross-model --gate + 2 human gates
P0 proof compiled comic.json digest-bound decision:p0_proof_* node run_comic.py preflight run_p0_proof.py quorum (§6)
2 bake comic.json + current P0 cert KEEP'd panels, wiki trace, updated comic.json assembly / viewer panel_gate + assembly_gate
3 ship shippable run report outputs/index.html human --finalize viewer build rc=0 (exit 4 on fail)

Read the full file on GitHub · 161 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 161 lines · 210 tokens per session scan A 0f9ee55f83c5

Subscribe to this mod's changes

movie-pipeline is a skill published in the GitHub repository wanshuiyin/ARIS-Movie-Director (61 stars, last pushed 3d ago), licensed MIT. It adds 210 tokens to every session and 3,593 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

creator-pipeline-supervisor

Orchestrate the entire AI film production — sequence the creative skills, manage shared project state, enforce continuity across character / location / costume / light / color / sound / edit, run QC, and produce the final delivery readiness report. Use when starting a new film project, recovering an existing one, or…

ilkaydemiralay/vision_art_creator · 73 tokens

creator-character-designer

Design characters as integrated wholes — dramatic function, psychology, biography, visual identity, costume, props, casting profile, and FACS-coded expressions. Use when the user needs character development, character sheets, costume design, casting briefs, or AI-ready character references for an AI film project.

ilkaydemiralay/vision_art_creator · 62 tokens

creator-final-cut-editor

Supervise the final assembly of AI-generated shots, audio, music, and graphics into a coherent finished film — rough cut, fine cut, final cut, AI-error triage, delivery formats. Use when AI material has been produced and needs to be assembled into a deliverable cut.

ilkaydemiralay/vision_art_creator · 62 tokens

creator-prompt-engineer

Convert creative-department outputs (script, vision, cinematography, characters, sets, storyboards, shots) into producible, consistent AI image/video prompts — with tool-specific optimization, locked anchors, negative prompts, and safe alternatives. Default image tool priority for storyboard/character sheets is GPT…

ilkaydemiralay/vision_art_creator · 135 tokens

creator-sound-music-designer

Design the film's sonic world — ambient atmosphere, foley, sound effects, silence as drama, score theme, character leitmotifs, scene-by-scene music plan, and AI sound/music prompts. Use when the user needs sound design, music vision, or AI audio prompts for an AI film.

ilkaydemiralay/vision_art_creator · 69 tokens

creator-storyboard-artist

Translate scenes into storyboard panels — shot scales, angles, character blocking, movement direction, composition, and AI image/video prompts. Use when the user needs to visualize a scene panel by panel before production.

ilkaydemiralay/vision_art_creator · 46 tokens