remotion-dev/skills · Official

remotion-upgrade

Upgrade Remotion, and related packages

All-time #461 Trending #291 Hot #6616 First seen Jul 19, 2026
8-week activity · all time api

Installation

$ npx skills add remotion-dev/skills --skill remotion-upgrade

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Security audits

Partner security reviews for this skill.

agent-trust-hub SAFE

Analyzed Aug 18, 2026

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.

snyk LOW

Analyzed Aug 18, 2026

No issues detected.

socket Score 0.9000 · 0 alerts

Analyzed Aug 18, 2026

  • license 1
  • maintenance 1
  • quality 0.9
  • supply chain 1
  • vulnerability 1

0 alerts

Also in this package

Other skills from remotion-dev/skills · top by installs.

npx skills add remotion-dev/skills

Browse all from remotion-dev/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 4.5K
Default branch main
Open issues 10
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version4.0.521

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,880 B
  • docs SUMMARY.md 62 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 58,100 installs

SKILL.md

Upgrade Remotion

  1. Inspect the project manifests and lockfile to identify the package manager and workspaces. Preserve unrelated changes.
  2. 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.

  1. 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.

  1. If @remotion/cli is not available, update the installed Remotion skills:

``bash 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 --yes ``

  1. 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.