AI Video Prompt Director
Forces a mandatory dramaturgy + universal-rules + model-file reading order before writing any AI video prompt
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 13, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Jul 18, 2026 · e6d7bbe
Fed it a bare 'detective in a rainy alley' prompt request: the mandatory dramaturgy + universal-rules reading order forced a motivated camera move, a specific physical micro-action, and Seedance's --resolution/--duration syntax, while an unguided baseline defaulted to generic 'cinematic masterpiece' adjective soup with no camera or duration discipline.
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 9/10
- Docs & honesty 5/5
What AI Video Prompt Director does
Writes, audits, and splits prompts for AI video generators (Seedance, Kling, Veo, Runway, Luma, Pika, Sora) by combining directing, screenwriting, and editing craft with model-specific syntax. Covers storyboards, shot lists, director treatments, camera/lighting vocabulary, and known failure-mode fixes, and triggers on Russian phrasings like 'разбей на склейки' and 'сделай раскадровку' as well as English prompt-fix requests. The SKILL.md body is deliberately thin -- all the real craft lives in nine reference files that must be read in a fixed order before output.
How to install AI Video Prompt Director
git clone https://github.com/smixs/visual-skills
cd visual-skills
mkdir -p ~/.claude/skills
cp -r video ~/.claude/skills/video
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger AI Video Prompt Director
-
/videoForces a mandatory dramaturgy + universal-rules + model-file reading order before writing any AI video prompt
It also activates on plain-language prompts like these:
-
Write a Kling prompt for this scene with proper camera and lighting direction -
Разбей эту сцену на склейки и сделай раскадровку для Veo -
Split this shot into a director treatment for Runway with a proper shot list
Frequently asked questions
- Is the AI Video Prompt Director skill free?
- Yes. The skill itself is free from smixs/visual-skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does AI Video Prompt Director work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 13, 2026. Verdict: Tested · Works. Fed it a bare 'detective in a rainy alley' prompt request: the mandatory dramaturgy + universal-rules reading order forced a motivated camera move, a specific physical micro-action, and Seedance's --resolution/--duration syntax, while an unguided baseline defaulted to generic 'cinematic masterpiece' adjective soup with no camera or duration discipline.
- What is the AI Video Prompt Director SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install AI Video Prompt 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 AI Video Prompt 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.