maxmotion-edit
Installation
SKILL.md
Maxmotion Video Editor Skill
The user's message contains an <editor /> tag with project path and selected element.
Context Format
<editor project="<path>" type="<type>" id="<id>" name="<name>" frame="<from>-<end>" />
Core Rule: Code First, JSON for Simple Edits
| Task | Approach |
|---|---|
| Create new content (new video segment, composition, animation) | Write Remotion code in <project>/src/*.tsx |
| Modify existing clip properties (color, text, animation) | Edit <project>/maxmotion.json |
| Modify existing sequence content/logic | Edit <project>/src/*.tsx source code |
Never hand-write large maxmotion.json from scratch. JSON clips are for simple overlay elements (solid rects, text labels). Creative content should be Remotion components in code.