ai-film-production-system

ai-film-production-system is a skill for Codex from Phantomlau3674/ai-film-director-workbench. It costs 117 tokens per session (2,781 once invoked), scanned A, original, MIT.

A project control system for producing AI short films and case-based AI drama projects. It manages project state, creative references, shot plans, assets, prompt specifications, provider batches, and review gates while sending final video prompts to a separate generator.

In plain words
What is it for?
Use it to organize characters, scenes, props, storyboards, shots, assets, manifests, video-provider batches, and approval checks for AI film or serial short-video projects.
Why use it?
It keeps production information consistent and checks that a film project meets its required planning and review conditions before generation.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to organize characters, scenes, props, storyboards, shots, assets, manifests, video-provider batches, and approval checks for AI film or serial short-video projects.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/phantomlau3674/ai-film-director-workbench/ai-film-production-system
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Phantomlau3674/ai-film-director-workbench --skill ai-film-production-system
Clone the repo
git clone --depth 1 https://github.com/Phantomlau3674/ai-film-director-workbench

Made for: 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 ai-film-production-system

README.md
[![agentmods](https://agentmods.dev/badge/skills/phantomlau3674/ai-film-director-workbench/ai-film-production-system/github.svg)](https://agentmods.dev/skills/phantomlau3674/ai-film-director-workbench/ai-film-production-system)
Your own site
<a href="https://agentmods.dev/skills/phantomlau3674/ai-film-director-workbench/ai-film-production-system"><img src="https://agentmods.dev/badge/skills/phantomlau3674/ai-film-director-workbench/ai-film-production-system/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 ai-film-production-system

Your own site · 80×15
<a href="https://agentmods.dev/skills/phantomlau3674/ai-film-director-workbench/ai-film-production-system"><img src="https://agentmods.dev/badge/skills/phantomlau3674/ai-film-director-workbench/ai-film-production-system.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 117 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,781 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.
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.00117 $0.02781
Opus 5 $0.00059 $0.01391
Sonnet 5 $0.00023 $0.00556
Haiku 4.5 $0.00012 $0.00278

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

Security

Grade A, and why

ai-film-production-system 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.

The scan reads SKILL.md. This mod also ships 22 executable files (scripts/build_episode_plan.py, scripts/build_film_scorecard.py, scripts/build_manifest.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/ai-film-production-system/SKILL.md · 300 lines

How it starts

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

AI Film Production System

This skill owns project truth and production gates. It does not write final AI video prompts in chat. Final prompt text comes from the isolated ai-video-prompt-generator LLM generator.

Required Reading

  • references/v2-production-protocol.md before changing project state.
  • references/manifest-contract.md before editing manifests.
  • references/theory/README.md before changing film-theory production diagnostics, review checks, or theory-linked failure taxonomy.
  • references/ai-drama-production-hypotheses.md before designing, optimizing, or gating Douyin-style AI dramas, AI microdramas, AI manju/manhua-video, serial AI shorts, or public-case methodology migrations.
  • references/director-dense-prompt-production-method.md before approving complete timed prompts with micro-actions, camera geometry, visibility, continuity, transition, dialogue, sound, static action-tableau, cross-video handoff, representation-layer, or semantic-color contracts.
  • references/storyboard-blender-seedance-workflow.md before designing or reviewing storyboard-board, Blender/blockout previs, first/last-frame, control-pass, camera-path, or Seedance/Dreamina/Jimeng-style workflows.
  • references/director-grade-asset-workflow.md before planning a multi-shot film's character plates, environment plates, scene director packs, shot control packs, or multimodal provider selections.
  • references/asset-prompt-authoring-method.md before writing or reviewing prompts for character, costume, environment, prop, creature, vehicle, palette, storyboard, staging-map, start/end-frame, or static action-key assets.
  • templates/manifest.schema.json, templates/assets.schema.json, templates/constraints.schema.json, templates/shot_plan.schema.json, and bible/provider schemas when changing validators.

Project Contract

One movie root contains:

_project/
  PROJECT.yaml
  CURRENT.yaml
  manifests/
  decisions/
  audits/
  constraints/
    film_theory_contract.default.json
    scorecard_theory_rules.default.json
  episode-plans/
  task-board/
  failure-taxonomy/
  providers/
01_script/
  shot_plans/
02_assets/
  refs/
  registry/
    assets.jsonl
    audio_assets.jsonl
  bibles/
    characters/
    scenes/
    props/
  audio/
  subtitles/
03_prompts/
  specs/
  generated/
  preflight/
  lint/
04_jobs/
  dreamina/runs/
  providers/runs/
05_review/
  trackers/
  diagnostics/
  scorecards/
06_edit/
  playlists/
  timelines/
  releases/
  exports/
99_archive/

Read the full file on GitHub · 300 lines

Files

What ships with it

60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 300 lines · 117 tokens per session scan A 0f87414aadb4

Subscribe to this mod's changes

ai-film-production-system is a skill published in the GitHub repository Phantomlau3674/ai-film-director-workbench (15 stars, last pushed 2mo ago), licensed MIT. It adds 117 tokens to every session and 2,781 once invoked, about $0.0006 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

video-prompt-engineer

A workflow for converting a finished script or script excerpt into Seedance-ready storyboards and video prompts. Seedance is an AI video-generation system, and each storyboard covers a 10–15-second clip.

Arch-Dog/video-prompt-engineer · 126 tokens

seedance-2-5-skill

Plan and generate controllable Seedance video using Seedream 5.0 Pro storyboards and Seedance 2.0 today, with a Seedance 2.5 route when available. Use for consistent people, products, objects, food, or scenes; storyboard-to- video; reference-to-video; first-and-last-frame image-to-video; extensions; and Atlas Cloud…

AtlasCloudAI/awesome-seedance-2.5-prompts-skills · 87 tokens

seedance-20

This skill should be used when creating, improving, or troubleshooting Seedance 2.0 video on any surface — Dreamina, Jimeng, CapCut, Doubao, Volcengine/Ark, BytePlus, Runway's Seedance route, fal, or third-party provider/router surfaces such as EvoLink, OpenRouter, Kie.ai, PiAPI, LaoZhang, Runware, ModelsLab, AI/ML…

LeoYeAI/seedance-skills · 178 tokens

universal-video-prompt-skill

Write one model-agnostic video prompt spec, then compile it to whichever video model you can actually call. Use for cross-model prompt work, model comparison matrices, reusing one brief across providers, or when the target model is not yet available and the work must proceed on another one.

AtlasCloudAI/awesome-seedance-2.5-prompts-skills · 66 tokens

seedance-shotlist-director

Generate a director's shotlist as an editable HTML production board for Seedance 2.0. Use whenever the user provides a script, scene breakdown, story idea, or treatment to turn into a numbered shotlist with English Seedance prompts — trigger on "make a shotlist", "director’s shotlist", "break this script into…

afloy011-spec/seedance-shotlist-director-en · 235 tokens

seedance-2-5-director

A guide for turning ideas, scripts or source materials into prompts for Seedance 2.5, a video-generation model from platforms such as Jimeng, Doubao, Volcano Engine and BytePlus ModelArk.

HaoXuanAce/seedance-2.5-director · 228 tokens