skillstested.com
All skills / Remotion

Remotion's Claude skill, tested — and when you want the alternative

Remotion (programmatic video in React) now ships an official 11-skill pack. We installed the current commit, created a fresh project, resolved its internal routes, and rendered a complete five-second MP4 with motion and sound.

VERIFICATIONEFFECT VERIFIED
Repo
remotion-dev/skills
Stars
4,135 as of 2026-07-29
Commit tested
0e444ef
Install
npx skills add remotion-dev/skills -a claude-code -s '*' -y
Install time
4.12s (measured)
Environment
os macOS arm64, node v24.14.0, package manager pnpm 11.9.0
Failures hit
1
Tested on
2026-07-29
Verified scope
All 11 current skills installed, current scaffold created successfully, internal reference routes resolved, and the shared five-second 1920x1080 MP4 rendered with motion and AAC audio.
Not verified
Repeated-run consistency, user-supplied product assets, captions, publishing, or a full revision workflow.
Evidence
Open the supporting comparison
Deep comparison available: we gave this pack and video-shotcraft the identical brief, rendered both, and drafted fixes for both authors — video-shotcraft vs Remotion skills. If you are deciding from an alternative-search angle, use the shorter Remotion skills alternative guide.

What's in the official pack

Eleven skills: remotion-create, remotion-render, remotion-captions, remotion-markup, remotion-saas, remotion-docs, remotion-upgrade, remotion-interactivity, remotion-best-practices, remotion-maps, and remotion-multimedia. 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

4.12 seconds, all 11 current skills landed in the fresh test. 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

The current scaffold and full render both succeeded. The surprise was time distribution: the 150-frame render took 8.094 seconds, while the first browser download took 375.53 seconds in this fresh project. Preflight Chrome Headless Shell in CI instead of discovering that dependency at export time.

Official pack or video-shotcraft?

remotion-dev/skills (official)video-shotcraft (community)
Best forBuilding any Remotion project with correct APIs Shipping a product promo fast from a proven template
What it gives the agentAPI knowledge, upgrade paths, best practices 104 shot recipes + a complete accepted 36s template + audio assets
Current tested size2.57MB51.1MB (templates and media included)
LanguageEnglishChinese-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.