remotion-dev/checkout
Checkout a requested branch or ref in the Remotion repo, then install dependencies and build. Use when the user asks to checkout a ref and prepare the workspace.
npx skills add https://github.com/remotion-dev/remotion --skill checkout
Checkout the user-provided ref, then run:
bun i
bun run build
Take remotion-dev/checkout from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.