This skill automates the upgrade of the Remotion framework and its related dependencies. It uses standard tools like npx and npm to manage package versions and update project-specific skills, adhering to official Remotion maintenance workflows.
snykLOW
Analyzed Aug 18, 2026
No issues detected.
socketScore 0.9000 · 0 alerts
Analyzed Aug 18, 2026
license1
maintenance1
quality0.9
supply chain1
vulnerability1
0 alerts
Also in this package
Other skills from remotion-dev/skills · top by installs.
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeNot declared
CursorNot declared
CodexNot declared
GitHub CopilotNot declared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeNot declared
Repository health
Stars4.5K
Default branchmain
Open issues10
Status
Active
Skill metadata
Parsed from SKILL.md frontmatter.
Version4.0.521
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md1,880 B
docsSUMMARY.md62 B
History
First seen on skills.sh
First recorded snapshot · 58,100 installs
SKILL.md
Upgrade Remotion
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:
``bash npx remotion upgrade ``
This also updates project-local Remotion skills. Skip the manual upgrade below.
If @remotion/cli is not available, upgrade manually:
- Get the latest stable Remotion version with npm view remotion version. - Find every installed 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. - Read the current Mediabunny compatibility page and determine the Mediabunny version compatible with the target Remotion version. Upgrade every installed mediabunny and @mediabunny/ package to the documented compatible version. - Run the project's package manager to update its lockfile.
If @remotion/cli is not available, update the installed Remotion skills:
Review the manifest and lockfile diff. Ensure all Remotion packages use one version and all installed Mediabunny packages use the compatible version. If the CLI is available, run npx remotion versions as an additional check.
The Remotion releases contain the changelog and may be useful for summarizing relevant changes after the upgrade.