Film Director Skill

Make a cinematic video through conversation. The Film Director is a Claude Skill that drives a 10-stage director workflow — script, shot list, characters, locations, storyboard, animation, audio, final cut — and assembles a fully editable Nodaro workflow on your canvas as you talk.

You watch the workflow fill up stage-by-stage. The result is both a finished video AND a 50-150 node Nodaro graph you can keep refining forever.

What you’ll need

Quick start

  1. Open your Claude client with the skill installed
  2. Open https://app.nodaro.ai in another browser tab
  3. In Claude, describe your film:

    “Make a 30-second action trailer about a fighter pilot’s last mission over the Pacific.”

  4. Claude creates a workflow on your canvas (Stage 0), then walks you through Stages 1-9, pausing at each for your approval
  5. At every stage you can: approve, ask Claude to refine, or describe specific changes

The 10 stages

Stage What happens Typical time
0 — Initialize Workflow created on your canvas <5 sec
1 — Script Claude drafts a screenplay 1-2 min
2 — Shot list Per-shot table with duration, camera, continuity 1-2 min
3 — Characters Main image + angle variants + emotion variants + voice 2-5 min per character
4 — Locations Main image + time-of-day / weather variants 1-3 min per location
5 — Storyboard One scene image per shot, using character + location refs ~30 sec per shot
6 — Animation Sequential video per shot with engineered continuity 1-3 min per shot
7 — Audio Narration, dialogue, lip-sync, music, SFX, cut plan 2-5 min
8 — Final cut Trims, transitions, audio merge 1-2 min
9 — Wrap-up Verify graph, deliver final video <30 sec

A 30-second short film typically takes 20-40 minutes from prompt to delivery.

What makes this different

Installing the skill

The skill ships in the source-available repo at .claude/skills/nodaro-film-director/SKILL.md in the Nodaro repo.

For local use:

  1. Clone or fetch the SKILL.md file
  2. Drop it into your Claude Code skills directory (.claude/skills/nodaro-film-director/SKILL.md)
  3. The skill auto-activates when you describe a video, short film, trailer, music video, reel, or commercial idea

For Claude.ai (web) users: skill distribution via a public skills registry is on the roadmap. Until then, the skill is most useful in Claude Code.

After your film is finished

Client support

The skill works in any MCP-enabled Claude client. Tested support:

Client Status Notes
Claude Code Tested Best local skill loading; full canvas integration
Claude.ai (web) Tested Image and video previews render inline
Other MCP clients (Cursor, Cline, Continue, Goose) Untested with this skill The underlying MCP tools work; the skill itself targets Claude

Connection guides: Claude.ai, Cursor, Cline, Continue.dev, Goose.

Troubleshooting

See the general MCP troubleshooting guide. Skill-specific issues:

Under the hood

The skill is a single markdown file (SKILL.md) that orchestrates calls to the Nodaro MCP tools listed in the Tool reference. It uses no private APIs — every action Claude takes is something you can do yourself via MCP, the dashboard, or the SDK.

Architecture details — Pattern A-prime workflow JSON composition, the 4-layer construction model, the 8 quality patterns it implements — live in the design note at docs/design/film-director-skill.md.