machina-exm/film-studio-skills

105 stars · Last commit 2026-08-14

7 installable agent skills that run the pipeline behind $2M AI video productions — script to locked, generation-ready shot prompts. Claude Code · Codex · Hermes · OpenCode

README preview

# Film Studio Skills

**The working pipeline behind multi-million dollar AI film production, condensed into 7 installable skills.**

A video model has no memory between generations. Left undescribed, a character's face, jacket and age drift between neighbouring shots — invisible on a 10-second clip, fatal across 90 minutes. Real AI film productions solve this with discipline, not luck: locked references, asset passports copied verbatim into every prompt, written gates in front of generation, and a file system that does the remembering.

These 7 skills turn that discipline into tools your agent runs. Together they take a script (or a one-paragraph idea) to generation-ready shot prompts, with every consistency gate enforced along the way.

![The whole system on one board](assets/hero-system-map.png)

## Install

Copy the seven folders from `skills/` into your harness's skills directory, or install from this repo:

| Harness | Install |
|---|---|
| **Claude Code** | `npx skills add <this-repo>` — or copy the folders into `~/.claude/skills/` (user) or `.claude/skills/` (project) |
| **Codex** | `npx skills add <this-repo>` and select all seven |
| **Hermes** | `hermes skills tap add <this-repo>`, or the one-paste installer with this repo's URL |
| **OpenCode** | `npx skills add <this-repo>` and select all seven |

View full repository on GitHub →