What problem does it solve? Writing Remotion video code without domain knowledge leads to common mistakes like CSS animations that flicker during rendering, wrong media components, and incorrect timing. This Skill supplies curated rule files covering every major Remotion topic so generated video code renders correctly. ## Core Features & Use Cases - Animation & Timing Rules: Enforces useCurrentFrame()-driven animations, spring configs, interpolation, easing, and sequencing patterns instead of forbidden CSS transitions. - Media Handling: Covers embedding videos, audio, images, GIFs, Lottie animations, fonts, and 3D content with the correct Remotion components and packages. - Captions & Metadata: Guides transcription, SRT import, TikTok-style caption display, and dynamic composition metadata via calculateMetadata and Mediabunny utilities. - Use Case: When asked to build a video composition with animated bar charts and synced captions, consult the charts, timing, and display-captions rules to produce flicker-free, render-safe Remotion code. ## Quick Start Read the relevant rule file for the Remotion task at hand and apply its patterns when writing the composition code.