Skills
Skill 12 of 12
Upgrade Remotion, and related packages
1 minute · 175 words · 1 sections
Install
npx skills add remotion-dev/skills --skill remotion-upgradenpx skills add remotion-dev/skillsThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
Inspect the project manifests and lockfile to identify the package manager and workspaces. Preserve unrelated changes.
Determine whether @remotion/cli is locally available. If it is, run:
npx remotion upgradeThis also updates project-local Remotion skills. Skip the manual upgrade below.
If @remotion/cli is not available, upgrade manually:
npm view remotion version.remotion and @remotion/* dependency across the project and upgrade them all to that exact version. Preserve their dependency sections and the project’s workspace or catalog conventions.@remotion/studio dependencies for the target Remotion version using npm view @remotion/studio@<version> dependencies --json. Align installed auxiliary packages such as zod, mediabunny, and @huggingface/transformers with the versions listed there. Use the mediabunny version for installed @mediabunny/* packages.If @remotion/cli is not available, update the installed Remotion skills:
npx skills update remotion-best-practices remotion-captions remotion-create remotion-docs remotion-interactivity remotion-maps remotion-markup remotion-multimedia remotion-render remotion-saas remotion-studio remotion-upgrade --yesReview the manifest and lockfile diff. Ensure all Remotion packages use one version and installed auxiliary packages use their recommended versions. If the CLI is available, run npx remotion versions as an additional check.
The Remotion releases (opens in a new tab) contain the changelog and may be useful for summarizing relevant changes after the upgrade.
main, last pushed 24 September 2026.SKILL.md, not by matching a directory convention. One layout observed: skills/*/SKILL.md.h1 and no skipped levels:/remotion-dev/skills.md, and each skill at its own .md URL.2 files · 2 KB
Everything this skill ships beside its prose. All of it is set here, as subchapters of skill 12.
Templates, schemas and fixtures the skill draws on.
Everything else published alongside the skill.