Claude Code becomes your video production intern
A toolkit that turns an AI agent into an end-to-end video studio — voiceovers, motion graphics, and rendering included.

What it does
This is a workspace that plugs into Claude Code (and experimentally Codex) to produce professional videos from text prompts. It orchestrates open-source models — Qwen3-TTS for voice, FLUX.2 for images, ACE-Step for music, LTX-2 for video clips — plus Remotion for React-based compositing and rendering. You run /setup to configure cloud GPU and storage, then /video to spin up a project from templates like sprint reviews or product demos.
The interesting bit
The project management system is the quiet workhorse. It tracks scenes, assets, audio, and session history across multiple Claude Code conversations, auto-reconciling what you planned against what actually exists on disk. Each project generates its own CLAUDE.md so you can resume without losing context — essentially giving the agent a memory of its own creative decisions.
Key highlights
- 20+ skills covering Remotion, ElevenLabs, FFmpeg, Playwright recording, and cloud GPU deployment via Modal or RunPod
- Custom transitions library (glitch, RGB split, light leak, clock wipe) plus official Remotion transitions
- Brand profiles with auto-applied colors, fonts, and voice settings per project
- Hello-world example renders an MP4 with zero API keys or setup
- Migration script to port the Claude-centric skill system to Codex’s
AGENTS.mdformat
Caveats
- The “mostly free” claim depends on Modal’s $30/month starter credit or your own RunPod budget; costs scale with video length and model choice
- Requires Node 18+, Claude Code, and comfort juggling Python and JavaScript toolchains
- Author notes the use case is “fairly specific” to Digital Samba’s sprint review videos; general explainer workflows are aspirational
Verdict Grab this if you already live in Claude Code and want to automate recurring video formats — sprint reviews, demos, walkthroughs — without leaving your terminal. Skip it if you need a point-and-click editor or don’t want to babysit cloud GPU deployments.