remotion-dev/remotion157 installs
upgrade-caniuse
Upgrade the caniuse-lite override in the Remotion repo. Use when asked to update caniuse-lite to the latest npm version.
How do I install this agent skill?
npx skills add https://github.com/remotion-dev/remotion --skill upgrade-caniuseIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill automates the process of updating the 'caniuse-lite' dependency override in a Remotion repository. It uses standard development tools like npm, Bun, and Git to perform version lookups, package installation, and code commits.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
What does this agent skill do?
- Ensure we are on the
mainbranch and status is clean. - In the root
package.json, find theoverridessection and updatecaniuse-liteto the latest npm version. - Look up the latest version with npm.
- Run
bun i. - Commit with
Upgrade caniuse-lite to <version>and push.
How can the creator link this skill?
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-caniuse">View upgrade-caniuse on skillZs</a>