remotion-video-creation
affaan-m/everything-claude-code
29 domain-specific best practices for building videos in React with Remotion.
What is remotion-video-creation?
This skill provides comprehensive guidance on Remotion, a React-based video creation framework. It covers 29 rules spanning 3D rendering, animations, audio handling, captions, charts, transitions, and asset management. Use it whenever writing Remotion code to apply proven patterns and avoid common pitfalls.
- 3D content creation using Three.js and React Three Fiber
- Animation fundamentals and timing with interpolation curves and easing
- Audio integration including trimming, volume, speed, and pitch control
- Caption display with TikTok-style formatting and word highlighting
- Chart and data visualization patterns
- Video and image embedding with trimming and effects
How to install remotion-video-creation
npx skills add https://github.com/affaan-m/everything-claude-code --skill remotion-video-creation- Remotion framework installed and configured
- React knowledge and familiarity with component-based development
How to use remotion-video-creation
- 1.Identify the relevant rule file for your task (e.g., animations.md, audio.md, captions.md)
- 2.Read the detailed explanation and code examples in that rule file
- 3.Apply the pattern to your Remotion composition
- 4.Reference multiple rules as needed for complex multi-feature videos
Use cases
- Building animated explainer videos with synchronized audio and captions
- Creating data visualization videos with charts and dynamic metadata
- Generating social media content with transitions and text animations
- Producing videos with 3D elements and complex timing sequences
- Automating video generation with dynamic composition properties and frame extraction
- React developers building video content programmatically
- Content creators automating video generation workflows
- Data visualization specialists creating animated charts
- Video editors working with code-based composition systems
remotion-video-creation FAQ
Remotion is a React framework for creating videos programmatically. It lets you write video compositions as React components and render them to video files.
This skill assumes you have Remotion installed and basic React knowledge. It provides domain-specific best practices, not introductory tutorials.
The skill includes 29 domain-specific rules covering animations, audio, captions, 3D, charts, transitions, asset handling, and more.
This skill focuses on composition patterns and best practices. For rendering and export configuration, refer to Remotion's official documentation.
Yes, there is a dedicated rule (tailwind.md) covering TailwindCSS integration in Remotion compositions.
Full instructions (SKILL.md)
Source of truth, from affaan-m/everything-claude-code.
name: remotion-video-creation description: Best practices for Remotion - Video creation in React. 29 domain-specific rules covering 3D, animations, audio, captions, charts, transitions, and more. metadata: tags: remotion, video, react, animation, composition, three.js, lottie
When to use
Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge.
How to use
Read individual rule files for detailed explanations and code examples:
- rules/3d.md - 3D content in Remotion using Three.js and React Three Fiber
- rules/animations.md - Fundamental animation skills for Remotion
- rules/assets.md - Importing images, videos, audio, and fonts into Remotion
- rules/audio.md - Using audio and sound in Remotion - importing, trimming, volume, speed, pitch
- rules/calculate-metadata.md - Dynamically set composition duration, dimensions, and props
- rules/can-decode.md - Check if a video can be decoded by the browser using Mediabunny
- rules/charts.md - Chart and data visualization patterns for Remotion
- rules/compositions.md - Defining compositions, stills, folders, default props and dynamic metadata
- rules/display-captions.md - Displaying captions in Remotion with TikTok-style pages and word highlighting
- rules/extract-frames.md - Extract frames from videos at specific timestamps using Mediabunny
- rules/fonts.md - Loading Google Fonts and local fonts in Remotion
- rules/get-audio-duration.md - Getting the duration of an audio file in seconds with Mediabunny
- rules/get-video-dimensions.md - Getting the width and height of a video file with Mediabunny
- rules/get-video-duration.md - Getting the duration of a video file in seconds with Mediabunny
- rules/gifs.md - Displaying GIFs synchronized with Remotion's timeline
- rules/images.md - Embedding images in Remotion using the Img component
- rules/import-srt-captions.md - Importing .srt subtitle files into Remotion using @remotion/captions
- rules/lottie.md - Embedding Lottie animations in Remotion
- rules/measuring-dom-nodes.md - Measuring DOM element dimensions in Remotion
- rules/measuring-text.md - Measuring text dimensions, fitting text to containers, and checking overflow
- rules/sequencing.md - Sequencing patterns for Remotion - delay, trim, limit duration of items
- rules/tailwind.md - Using TailwindCSS in Remotion
- rules/text-animations.md - Typography and text animation patterns for Remotion
- rules/timing.md - Interpolation curves in Remotion - linear, easing, spring animations
- rules/transcribe-captions.md - Transcribing audio to generate captions in Remotion
- rules/transitions.md - Scene transition patterns for Remotion
- rules/trimming.md - Trimming patterns for Remotion - cut the beginning or end of animations
- rules/videos.md - Embedding videos in Remotion - trimming, volume, speed, looping, pitch
Related skills
More from affaan-m/everything-claude-code and the wider catalog.
security-review
Security checklist and patterns for authentication, input validation, secrets, and sensitive features.
golang-patterns
Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable applications.
coding-standards
Baseline coding conventions for naming, readability, immutability, and quality across projects.
frontend-patterns
React and Next.js patterns for components, state management, performance, and modern frontend practices.
backend-patterns
REST/GraphQL API design, database optimization, and server-side patterns for Node.js, Express, and Next.js.
golang-testing
Go testing patterns: table-driven tests, subtests, benchmarks, fuzzing, and TDD methodology.