askill
remotion-best-practices

remotion-best-practicesSafety 90Repository

Best practices for Remotion - Video creation in React

1 stars
1.2k downloads
Updated 2/7/2026

Package Files

Loading files...
SKILL.md

When to use

Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge.

Critical: Trimming Videos

NEVER trim videos with one-off ffmpeg commands. Always use a script approach:

  1. Create scripts/trim-videos.sh that trims ALL source files
  2. Output to public/trimmed/ subfolder (keep originals untouched)
  3. Reference trimmed files in your composition
  4. Re-run script when timestamps change

See rules/troubleshooting.md for the full script template.

How to use

Read individual rule files for detailed explanations and code examples:

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

68/100Analyzed 2/19/2026

Well-structured skill with clear when-to-use section, relevant tags, and actionable critical guidance on video trimming. References 28 rule files showing good breadth, but the main SKILL.md is brief and relies heavily on external files. Contains project-specific conventions (script-based trimming) that reduce generalizability. The skill provides valuable domain knowledge for Remotion but would benefit from more standalone content in the main file.

90
75
55
60
75

Metadata

Licenseunknown
Version-
Updated2/7/2026
Publisherdparedesi

Tags

animationcompositionreactremotionvideo