video-generator
Installation
SKILL.md
Video Generator (Remotion)
Build polished motion graphics videos with React + Remotion.
Required Workflow
- Create or update project in
output/<project-name>/. - Build scene-based Remotion composition with continuity and varied pacing.
- Ensure dependencies are installed with
npm install. - Ensure scripts use
npx remotion:
"scripts": {
"dev": "npx remotion studio",
"build": "npx remotion bundle"
}
- Start Remotion preview (
npm run dev) and wait for readiness on port3000.