This handles dependency updates across seven languages with a safety-first approach: it auto-applies PATCH and MINOR bumps but prompts you individually for each MAJOR version change. Auto-detects your project type from package files, uses the right tools for each ecosystem (taze for Node, cargo update for Rust, pip-review for Python), and runs security audits when you're done. The workflow is solid: scan, apply safe updates, prompt for breaking changes one by one, then finalize with a lock file update. Particularly useful if you maintain projects in multiple languages or want to avoid the "update everything and pray" approach. Skips intentionally pinned versions and includes diagnosis mode for when things break.
npx skills add https://github.com/softaworks/agent-toolkit --skill dependency-updater