Film Maker
Description
A Claude Code skill that turns a one-sentence premise into a full cinematic reel, short film, or multi-episode series. Handles plot writing, character design, scene composition, voice-locked dialog, and native-audio video generation via Picsart's gen-ai CLI.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
film-maker
A Claude Code skill that turns a one-sentence story premise into a finished cinematic video — reel, short film, or multi-episode series — using the [Picsart gen-ai CLI](https://www.npmjs.com/package/@picsart/gen-ai) for image, video, and audio generation and `ffmpeg` for final assembly.
Built for creators who want **cinematic quality, character consistency, and native audio** out of the box. No text-to-video slop; every beat passes a real reference image and every character keeps a locked voice.
What it does
Given a premise like *"a retired detective gets one last case in a rainy neon city"*, the skill:
- Writes a plot using a genre playbook (14 genres + tone modifiers including
brainrot). - Designs a cast — neutral 5-view canonical turnarounds per character, locked ElevenLabs voice IDs.
- Builds locations and props, each with a canonical plate.
- Breaks the story into shot-card beats (
establishing/reaction/dialog) with real cinematic grammar. - Shows you the plan for review before spending any credits.
- Produces every beat — composite scene image (Nano Banana 2 multi-ref) → video (Kling 3.0 Pro for non-dialog, Kling Avatar for lip-synced dialog, Kling Omni as filter-rescue fallback) → native ambient audio.
- Concatenates with crossfade into
movie.mp4orepisodes/eNN-slug/episode.mp4. - Renders social copy for Instagram, TikTok, and YouTube per posting character.
Every step is **resume-safe** — re-run at any point and completed work is cached via `metadata.json`.
Requirements
| Tool | Version | Install |
|---|---|---|
| Claude Code | latest | — |
| Node.js | 22+ | brew install node |
| @picsart/gen-ai | 1.151.0+ | npm install -g @picsart/gen-ai |
ffmpeg |
6+ | brew install ffmpeg |
jq |
1.6+ | brew install jq |
Authenticate the Picsart CLI once before first run:
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://