remotion-editor-skill

内容来源:SKILL.md(标准 Skill 格式) · 原始地址 · 查看安装指南

原始内容


name: remotion-editor description: Best practices for building video editors and interactive tools with Remotion metadata: tags: [remotion, editor, timeline, canvas, video-editing, react-performance] author: rayBlock

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