Remotion Project Bootstrap
Use this skill when a user wants to create, import, or normalize a Remotion project.
Workflow
- Confirm project id, target output dimensions, fps, expected duration, package manager, and whether Tailwind is wanted.
- Prefer
npx create-video@latest --yes --blank --no-tailwind <project>unless the workspace already has a package manager convention or the user requests a template. - Put durable notes under
docs/videos/remotion/projects/<project-id>/. - Record package manager, Remotion version, scripts, composition ids, and the source path.
- Load
remotion-best-practicesbefore editing Remotion code.
Baseline Scripts
Prefer scripts that expose:
devorstudiofor Remotion Studiostillfor a representative frame checkrenderfor local MP4/WebM renderrender:ssrwhen Node/Bun server-side rendering is required
Do not add AWS Lambda deployment scripts unless the user explicitly asks for cloud rendering.