Remotion's Claude skill, tested — and when you want the alternative
Remotion (programmatic video in React) ships an official 10-skill pack. We installed it, and — because we had just spent an afternoon in a Remotion render pipeline — we can also tell you exactly what the official docs won't: what breaks at render time, and when a community alternative is the better starting point.
- Repo
- remotion-dev/skills
- Stars
- 3,677 as of 2026-07-23
- Commit tested
- 0dd76fa
- Install
npx skills add remotion-dev/skills -a claude-code -s '*' -y- Install time
- 2.5s (measured)
- Environment
- os Linux 6.18.5 (cloud sandbox), node v22.22.2
- Failures hit
- 0
- Tested on
- 2026-07-23
What's in the official pack
Ten skills: remotion-create, remotion-render,
remotion-captions, remotion-markup, remotion-saas,
remotion-docs, remotion-upgrade, remotion-interactivity,
remotion-best-practices, and mediabunny. Together they cover the full
lifecycle from scaffolding a composition to rendering and upgrading. One amusing detail from
actually opening the repo: its README says, in full, "This is an internal package and has no
documentation" — the real documentation lives at remotion.dev/docs, which is also where you
should send your bookmarks. The repo itself last saw a push in May; the docs site is where the
activity is.
The install, as it actually happened
npx skills add remotion-dev/skills -a claude-code -s '*' -y
2.5 seconds, all ten skills landed. Instruction-only at install time; Remotion itself
(npm install remotion @remotion/cli) enters the picture when you scaffold a
project.
What the docs won't tell you: render-time reality
Installing skills is the easy 2%. On our two-core headless Linux box, the render pipeline hit three real walls before producing a frame — Remotion's default concurrency exceeding the core count, Chrome's removal of old headless mode breaking the system browser, and a blocked CDN download of the headless shell. All three fixes are documented in our video-shotcraft test, where we pushed a real Remotion template all the way to a rendered frame. If you render on servers or CI, read that failure log first; it will save you the afternoon it cost us.
Official pack or video-shotcraft?
| remotion-dev/skills (official) | video-shotcraft (community) | |
|---|---|---|
| Best for | Building any Remotion project with correct APIs | Shipping a product promo fast from a proven template |
| What it gives the agent | API knowledge, upgrade paths, best practices | 106 shot recipes + a complete accepted 36s template + audio assets |
| Size on disk | Small (instructions) | 164MB (assets included) |
| Language | English | Chinese-first SKILL.md, bilingual README |
Our read after testing both: they stack. The official pack keeps the agent's Remotion code correct; video-shotcraft supplies taste and a finish line. If the goal is "a promo video this week," start from the template and let the official skills handle the API details underneath.
FAQ
Do I need the skills if I already know Remotion?
The pack's value is keeping the agent current — version-correct APIs and upgrade guidance — which matters precisely when you stop writing every line yourself.
Does the pack work with Codex or Cursor?
Yes; the installer's -a flag targets other agents, and the skills are plain
markdown per the agentskills spec.