$npx -y skills add remotion-dev/remotion --skill checkoutCheckout 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.
| 1 | Checkout the user-provided ref, then run: |
| 2 | |
| 3 | ```bash |
| 4 | bun i |
| 5 | bun run build |
| 6 | ``` |