skillZs
LIVE SKILL TAGS
>>> LIVE SKILLS INDEX <<<
* OPEN SOURCE *
NO LOGIN, NO TRACKING
REAL INSTALL DATA
← back to all skills
remotion-dev/remotion132 installs

upgrade-mediabunny

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

How do I install this agent skill?

npx skills add https://github.com/remotion-dev/remotion --skill upgrade-mediabunny
view source ↗

Is this agent skill safe to install?

  • Gen Agent Trust Hubpass

    The skill is safe and automates version updates for 'mediabunny' packages within the Remotion repository using standard development tools.

  • Socketpass

    No alerts

  • Snykpass

    Risk: LOW · No issues

What does this agent skill do?

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

Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.

<a href="https://skillzs.dev/skills/remotion-dev/remotion/upgrade-mediabunny">View upgrade-mediabunny on skillZs</a>