What problem does it solve?
This Skill solves the problem of producing consistent Remotion/React animations and exporting them to final MP4 output without fragile, clock-based timing.
Core Features & Use Cases
- Project-aware editing: Reads the Remotion workspace state (entrypoints, existing composition IDs, and file structure) before making changes.
- Deterministic video creation: Updates
src/ components and Root.tsx to ensure compositions are explicitly defined (id, duration, fps, width, height) and renders are driven by frame-based logic.
- Asset and output management: Saves updated files and renders a composition into
renders/ (or a requested output path), supporting props-driven, reusable timelines (text, images, audio, CTAs).
- Use case: Generate a morning briefing video that updates headline text and sections based on agent-provided props, then renders a ready-to-send MP4 for distribution.
Quick Start
Ask your agent to create and render a new Remotion composition for a “daily briefing” video, updating src/ and src/Root.tsx, then return the rendered MP4 path.