16 Product Film
Description
Claude Code skill: build and re-cut short product films from screen recordings + typographic title cards
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
product-film
A Claude Code skill for building and re-cutting short product films — the 60–120 second kind that alternates typographic title cards with screen recordings of a product working, and ends up on a homepage, a launch post, or YouTube.
It exists because that job looks simple and is mostly judgment, and because the judgment only becomes affordable if the film is a **build** rather than an **edit**. A reviewer will give you dozens of rounds of notes, most of them about pace, and will reverse themselves. Everything here follows from designing for that.
Install
git clone ~/.claude/skills/product-film
Claude picks it up automatically. Invoke explicitly with `/product-film`, though it should trigger on its own for "cut this video down to 90 seconds", "turn this recording into something polished", "this looks blurry", or "add typing sounds to this".
What's in it
SKILL.md the craft: architecture, resolution, cut discipline,
pacing, sound, build gates
references/
beat-timeline.md typographic beats as a deterministic seekable timeline,
rendered frame by frame — and the gotchas that cost days
typing-sfx.md the full typing-SFX workflow, sample to final mux
scripts/
frame_motion.py find rest frames; check that cuts land on them
cut_map.py segment ↔ film timecode, read from the concat list
contact_sheet.py tile several moments into one image to look at
build_typing_bed.py keystroke bed from a real recording, per a JSON spec
scan_typeon.sh locate the frame each type-on starts
The parts worth knowing before you read further
**Cut only on a frame that has come to rest.** Cutting away while the picture is still scrolling reads as disorienting — the eye is still tracking movement when the image is taken away. Measure it rather than eyeballing it,
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11