Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

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 & VideoIntermediate18024AI 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

  1. "Split this 30s commercial script into Kling 3.0 multi-shot prompts" → per-clip prompts with [Character A: ...] labels and dialogue markers.
  2. "My Seedance prompt renders as mush — fix it" → audit covering what works, what breaks generation, continuity risks, plus a rewritten stronger prompt.
  3. "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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/smixs/visual-skills.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the whole video folder including its references/ subfolder: cp -r visual-skills/video ~/.claude/skills/video
  5. Verify with ls ~/.claude/skills/video/references — without those files the skill body is intentionally too thin to work.
  6. Restart Claude Code and try: "write a Kling prompt for a rainy night chase".
  7. Optional: install the author's creative-director skill for idea/script work, and the sibling image skill from the same repo for keyframes. Note the CC BY 4.0 license requires attribution.
View source on GitHubLicense: CC-BY-4.0