What problem does it solve? Writing Remotion video code without domain knowledge leads to common rendering bugs like flickering animations, unloaded assets, and mistimed sequences. This Skill supplies 29 rule files covering the correct patterns for animations, media, captions, 3D, charts, and transitions. ## Core Features & Use Cases - Animation & Timing Rules: Enforces frame-driven animations via useCurrentFrame(), spring physics, and interpolation curves while forbidding CSS transitions that break rendering. - Media Handling: Covers embedding and trimming videos, audio, images, GIFs, Lottie files, and fonts using @remotion/media, staticFile(), and related packages. - Captions & Metadata: Explains TikTok-style caption display, SRT import, audio transcription, and dynamic composition metadata with calculateMetadata. - Use Case: When asked to build a video composition with animated bar charts and synchronized captions, consult the charts, display-captions, and timing rules to produce flicker-free, correctly sequenced Remotion code. ## Quick Start Ask the AI to create a Remotion composition with an animated title and background video, and it will apply the relevant rules automatically.