AI Video Director, Screenwriter & Editor
Builds and audits prompts for AI video generators (Seedance, Kling, Veo and more) using real directing, screenwriting and editing rules.
Image & VideoIntermediate★ 180⑂ 24AI score 9/10Last updated: Aug 8, 2026
What it does
- Creates, improves, audits or splits prompts for AI video models: Seedance, Kling, Veo, Runway, Luma, Pika, Sora and any image-to-video pipeline.
- Enforces a mandatory reading order before writing anything: dramaturgy rules (scene formula, Murch's Rule of Six, three-detail check), the U1–U12 universal prompt rules, then one model-specific reference file.
- Returns whichever format the task needs: single prompt, multi-clip sequence with continuity blocks, storyboard table, prompt audit, director treatment, or Veo JSON.
- Covers character continuity, cut rhythm, dialogue and lip-sync, lens/lighting vocabulary and sound motifs.
Who it's for
- Creators and agencies producing ads, music videos and short-form content with AI video tools.
- Anyone juggling Kling / Seedance / Veo and tired of remembering each model's syntax and limits.
- People who have a script but struggle to break it into shots and copy-ready prompts.
Examples
- "Split this 30s commercial script into Kling 3.0 multi-shot prompts" → per-clip prompts with
[Character A: ...]labels and dialogue markers. - "My Seedance prompt renders as mush — fix it" → audit covering what works, what breaks generation, continuity risks, plus a rewritten stronger prompt.
- "Storyboard a racing spot" → table with Time, Shot, Function, Action, Camera, Light, Sound, Emotion for every beat.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/smixs/visual-skills/HEAD/video/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the video folder from the GitHub repo smixs/visual-skills into my ~/.claude/skills/video/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/smixs/visual-skills.git /tmp/visual-skills && mkdir -p ~/.claude/skills && cp -r /tmp/visual-skills/video ~/.claude/skills/video⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/smixs/visual-skills.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the whole
videofolder including its references/ subfolder:cp -r visual-skills/video ~/.claude/skills/video - Verify with
ls ~/.claude/skills/video/references— without those files the skill body is intentionally too thin to work. - Restart Claude Code and try: "write a Kling prompt for a rainy night chase".
- Optional: install the author's
creative-directorskill for idea/script work, and the siblingimageskill from the same repo for keyframes. Note the CC BY 4.0 license requires attribution.
View source on GitHub ↗License: CC-BY-4.0