AI AGENT ADDONS

Keeping your project dependencies up to date is important. This skill uses a tool called taze to update Node.js packages. It checks for outdated packages and helps you decide what to upgrade.

The skill can auto-apply minor and patch updates. For major updates, it asks you first. You can also run a dry run to see what changes would be made without applying them. This keeps your project safe.

If your project has a minimum release age policy, the skill respects that. It filters out packages that are too new. This makes sure you only get stable updates.

Add Bump Deps skill to your workflow

Global

mkdir -p ~/.claude/skills/bump-deps

Project

mkdir -p .claude/skills/bump-deps

Source Repository

Stars
63
Forks
3
Watchers
63
License
MIT
Last Push
25 days ago
Created
5 months ago