PluginBench
Skill
Review
Audit score 70

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
Prerequisites
  • Remotion framework installed and configured
  • React knowledge and familiarity with component-based development
Claude Code
Cursor
Windsurf
Cline

How to use remotion-video-creation

  1. 1.Identify the relevant rule file for your task (e.g., animations.md, audio.md, captions.md)
  2. 2.Read the detailed explanation and code examples in that rule file
  3. 3.Apply the pattern to your Remotion composition
  4. 4.Reference multiple rules as needed for complex multi-feature videos

Use cases

Good for
  • 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
Who it's for
  • 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

What is Remotion?

Remotion is a React framework for creating videos programmatically. It lets you write video compositions as React components and render them to video files.

Can I use this skill without knowing Remotion?

This skill assumes you have Remotion installed and basic React knowledge. It provides domain-specific best practices, not introductory tutorials.

How many rules are included?

The skill includes 29 domain-specific rules covering animations, audio, captions, 3D, charts, transitions, asset handling, and more.

Does this cover rendering and exporting videos?

This skill focuses on composition patterns and best practices. For rendering and export configuration, refer to Remotion's official documentation.

Can I use TailwindCSS with Remotion?

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: