rayBlock

remotion-editor

Best practices for building video editors and interactive tools with Remotion

rayBlock 0 Updated 4mo ago
GitHub

Install

npx skillscat add rayblock/remotion-editor-skill

Install via the SkillsCat registry.

SKILL.md

Remotion Editor Skill

This skill provides comprehensive guidance for developers building video editors on top of Remotion. It covers everything from low-level timeline math to high-level state management and AI integration.

When to use

Use this skill when:

  • Building a timeline-based video editor.
  • Implementing interactive canvas elements (DRAG, RESIZE, ROTATE).
  • Optimizing React performance for 60fps playhead updates.
  • Implementing complex features like Undo/Redo or AI captioning.

Rules Reference

Core Architecture

Timeline & Math

Canvas & Rendering

Data & AI