mcpbeat

Remotion Upgrade

remotion-dev/remotion-upgrade

Upgrade Remotion, and related packages

This is a copy. The original lives at remotion-dev/remotion-remotion-upgrade.

858 tokens
context cost
the whole folder, loaded on every use
3
files
instructions only
1
copies elsewhere
how many repositories repackaged it
4202
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/remotion-dev/skills --skill remotion-upgrade

What comes with it

1 568 bytes besides the instruction
agents/openai.yaml
assets/remotion-icon.png

The instruction itself

1 sections, as written by the author

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:
   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:
   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-upgrade --yes
  • 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.

Repackaged in 1 other repositories

same content, different owner
remotion-dev/remotion open on GitHub →

How to use it

Copy the folder

Take remotion-dev/remotion-upgrade from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.

Install what it needs

The instructions reference npx. Without those the skill loads but fails at the first command.