Cinematic Director
Turns a scene or keyframe into a directed shot list and continuity-safe AI video prompts.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 15, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 68131d1
Fed it the same 3-shot scene as a plain baseline prompt; the skill version added per-shot continuity anchors (identity/costume/room locked across all 3 prompts) and enforced one primary action per shot, directly countering the two most common Kling/Runway multi-shot failures the baseline output was silently vulnerable to.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 5/5
What Cinematic Director does
Converts scripts, prose, or existing image/video assets into shot lists, director's-book notes, keyframe prompts, and tool-specific (Runway/Veo/Kling/Luma/Seedance) motion prompts, with an optional named-director style lens and a QC/repair loop for fixing 'slideshow' or identity-drift AI video failures. Triggers on requests to plan shots, storyboard a scene, write AI video prompts, or fix continuity/QC problems in generated video.
How to install Cinematic Director
git clone https://github.com/wuwangzhang1216/DirectorSKILL
mkdir -p ~/.claude/skills
cp -r DirectorSKILL ~/.claude/skills/cinematic-director
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Cinematic Director
-
/cinematic-directorTurns a scene or keyframe into a directed shot list and continuity-safe AI video prompts.
It also activates on plain-language prompts like these:
-
Turn this scene description into a shot list with AI video prompts -
Write Kling-style prompts for this three-shot scene, keep continuity tight -
My AI video keeps drifting between shots, help me fix the continuity
Frequently asked questions
- Is the Cinematic Director skill free?
- Yes. The skill itself is free from wuwangzhang1216/DirectorSKILL. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Cinematic Director work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Works. Fed it the same 3-shot scene as a plain baseline prompt; the skill version added per-shot continuity anchors (identity/costume/room locked across all 3 prompts) and enforced one primary action per shot, directly countering the two most common Kling/Runway multi-shot failures the baseline output was silently vulnerable to.
- What is the Cinematic Director SkillProof Score?
- 9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
- How do I install Cinematic Director?
- 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 Cinematic Director 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.