What problem does it solve? Building videos by hand in traditional editors is slow and hard to automate. This Skill guides an AI agent through creating, editing, and rendering programmatic videos with Remotion, so video content is defined as React code and rendered to MP4 from the command line. ## Core Features & Use Cases - Project Setup: Detects existing Remotion projects or scaffolds a new one with npx create-video@latest after user confirmation. - Core Concept Guidance: Explains Compositions, Sequences, useCurrentFrame(), useVideoConfig(), interpolate(), and spring() so animations are driven correctly by frame numbers. - Rendering Workflow: Walks through running the dev server (npm run start) and rendering the final MP4 (npm run build). - Use Case: Ask the agent to build an animated product intro video; it sets up a Remotion project, creates a Composition with timed Sequences, animates elements with spring physics, and renders the result to MP4. ## Quick Start Ask the agent to create a new Remotion video project and build an animated title sequence rendered to MP4.