Agent Skills: upgrade-caniuse

Upgrade the caniuse-lite override in the Remotion repo. Use when asked to update caniuse-lite to the latest npm version.

UncategorizedID: remotion-dev/remotion/upgrade-caniuse

Repository

remotion-devLicense: NOASSERTION
58,9764,495

Install this agent skill to your local

pnpm dlx add-skill https://github.com/remotion-dev/remotion/tree/HEAD/.agents/skills/upgrade-caniuse

Skill Files

Browse the full folder contents for upgrade-caniuse.

Download Skill

Loading file tree…

.agents/skills/upgrade-caniuse/SKILL.md

Skill Metadata

Name
upgrade-caniuse
Description
Upgrade the caniuse-lite override in the Remotion repo. Use when asked to update caniuse-lite to the latest npm version.
  • Ensure we are on the main branch and status is clean.
  • In the root package.json, find the overrides section and update caniuse-lite to the latest npm version.
  • Look up the latest version with npm.
  • Run bun i.
  • Commit with Upgrade caniuse-lite to <version> and push.