What problem does it solve? Producing programmatic videos, motion graphics, and animated explainers normally requires manual video editing or complex render pipelines. This Skill lets you build Remotion React compositions directly in your conversation workspace and render them to MP4 without leaving the chat. ## Core Features & Use Cases - Project scaffolding: Creates a standard TypeScript Remotion project (baseline version 4.0.507) in the workspace root when none exists, or preserves and edits an existing project. - Composition authoring: Builds animations with deterministic Remotion APIs like useCurrentFrame(), interpolate(), spring(), and <Sequence>, with staticFile() support for media in public/. - MP4 rendering: Calls the render_remotion_video tool with a Composition id and JSON input props to produce H.264 MP4 output in the out/ directory. - Use Case: Ask for a 15-second animated data video showing quarterly sales growth; the Skill scaffolds the project, writes the composition, installs dependencies, and renders out/main.mp4. ## Quick Start Ask the agent to create a Remotion video project in this workspace and render an animated intro video to MP4.