This automates Node.js dependency updates with sensible defaults: it auto-applies minor and patch bumps while prompting you individually for major version changes that might break things. It wraps taze CLI and handles monorepos automatically, detects fixed-version packages to skip them entirely, and has special logic for packages like lucide-react that get frequent major bumps but rarely break. The dry run mode is handy when you want to see what's outdated before committing to anything. It even updates Bun workspace catalogs if you're using those. Saves you from manually reviewing dozens of package.json diffs while still keeping you in control of the risky updates.
npx skills add https://github.com/paulrberg/agent-skills --skill bump-deps