remotion-create

Installation
SKILL.md

These are instructions for making a new Remotion project and composition. If this is not the next task, see Remotion Best Practices

Scaffold a project

If a project already exists, skip this. Ensure Node.js and Git is installed, and the current folder is appropriate for starting a new project.

Scaffold one using:

npx create-video@latest --yes --blank --no-tailwind my-video
cd my-video
npm i

Replace my-video with a suitable project name.

Designing a video

Installs
2
Repository
openai/plugins
GitHub Stars
6.4K
First Seen
5 days ago
remotion-create — openai/plugins