checkout
SkillProductivityLets your agent switch the Remotion repo to a requested branch, then install dependencies and build it.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the checkout skill
About this capability
Checkout a requested branch or ref in the Remotion repo, rename the current task to the associated PR title when running in Codex, then install dependencies and build. Use when the user asks to checkout a ref and prepare the workspace.
What this skill tells your AI
The instructions your AI receives, as published by remotion-dev/remotion in .agents/skills/checkout/SKILL.md and read by ahel’s review.
Checkout the user-provided ref. Only when running in Codex, use
gh pr view --json title --jq .title to get the associated PR title, then use
set_thread_title to rename the current Codex task to that title. If the ref has no
associated PR, leave the task title unchanged and continue. Outside Codex, skip the
PR title lookup and task rename.
Then run:
bun i
bun run build
Signals
- GitHub stars
- 59k
- Forks
- 4k
- Last commit
- Sep 2026
- Hacker News mentions
- 20
Advanced
- Catalog kind
- skill
- Gateway key
checkout- Source
- github.com/remotion-dev/remotion