dexhunter/remotion · Archived

upgrade-mediabunny

Upgrade Mediabunny and related @mediabunny packages across the Remotion repo. Use when asked to update Mediabunny to the latest version.

First seen Jul 15, 2026

Installation

$ npx skills add dexhunter/remotion --skill upgrade-mediabunny

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

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

Also in this package

Other skills from dexhunter/remotion · top by installs.

npx skills add dexhunter/remotion

Browse all from dexhunter/remotion

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 1
License LICENSE.md
Default branch main
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,029 B
  • docs SUMMARY.md 162 B

History

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

SKILL.md

  • Find the latest version of Mediabunny with npm view mediabunny version.
  • In the root package.json, update the catalog versions for mediabunny, @mediabunny/mp3-encoder, and @mediabunny/ac3 to that version.
  • In packages/template-/package.json, update mediabunny and any @mediabunny/ packages to the same version. Templates use explicit versions, not catalog:, so update them manually.
  • Update packages/cli/src/extra-packages.ts with the new Mediabunny version.
  • Update packages/studio-shared/src/package-info.ts with the new Mediabunny version in extraPackages.
  • Update the compatibility table in packages/docs/docs/mediabunny/version.mdx. To find the next version this upgrade will be applied to, look in the root package.json for the version and increment the patch version by 1.
  • Run bun i at the end.