skillZs
LIVE SKILL TAGS
>>> LIVE SKILLS INDEX <<<
* OPEN SOURCE *
NO LOGIN, NO TRACKING
REAL INSTALL DATA
← back to all skills
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-caniuse
view source ↗

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

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>