What problem does it solve? Writing Remotion video code without framework-specific knowledge leads to common failures like flickering animations, broken rendering from CSS transitions, and incorrect asset loading. This Skill supplies the domain rules needed to write correct Remotion compositions. ## Core Features & Use Cases - Animation Rules: Enforces frame-driven animations via useCurrentFrame() and spring/interpolate patterns instead of forbidden CSS transitions. - Media Handling: Covers importing images, videos, audio, fonts, GIFs, and Lottie files using staticFile() and Remotion components. - Specialized Guides: Includes rules for captions/subtitles, audio visualization, charts, 3D with Three.js, Mapbox map animations, FFmpeg trimming, and dynamic metadata via calculateMetadata. - Use Case: When asked to build a TikTok-style captioned video or an animated bar chart in Remotion, load the relevant rule files to get copy-paste-ready code patterns. ## Quick Start Ask the AI to create a Remotion composition with animated captions and it will load the relevant rule files for correct implementation.