video-generator

Installation
SKILL.md

Video Generator (Remotion)

Build polished motion graphics videos with React + Remotion.

Required Workflow

  1. Create or update project in output/<project-name>/.
  2. Build scene-based Remotion composition with continuity and varied pacing.
  3. Ensure dependencies are installed with npm install.
  4. Ensure scripts use npx remotion:
"scripts": {
  "dev": "npx remotion studio",
  "build": "npx remotion bundle"
}
  1. Start Remotion preview (npm run dev) and wait for readiness on port 3000.
Installs
2
First Seen
Mar 28, 2026