agentsclimarketplace

Dependency upgrade

Skill bakerstreetco/skills/dependency-upgrade

Reusable agent skills for real repository work: review, implementation, release, documentation, and project hygiene.

Install
npx -y skills add bakerstreetco/skills --skill dependency-upgrade

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Upgrade project dependencies safely by inspecting manifests, lockfiles, changelogs, breaking changes, tests, and generated artifacts. Use when asked to update packages, bump frameworks, address dependency vulnerabilities, refresh lockfiles, or modernize SDK versions.

SKILL.md

1.5 KB, as published. Nobody here has run it

Dependency Upgrade

Use this skill to upgrade dependencies without turning the repo into an uncontrolled migration.

Workflow

  1. Identify package managers, manifests, lockfiles, runtime versions, and workspace structure.
  2. Inspect current dependency versions, direct versus transitive dependencies, and existing update conventions.
  3. Choose the smallest useful update set: one dependency, one ecosystem group, security patch group, or framework upgrade.
  4. Check release notes, changelogs, migration guides, and deprecations for breaking changes.
  5. Update manifests and lockfiles with the repo's package manager.
  6. Fix compile, lint, type, or test failures caused by the upgrade.
  7. Run focused tests plus the package manager's integrity checks.
  8. Document behavior changes, migration notes, and follow-up work when relevant.

Checks

  • Lockfiles match manifests.
  • Generated files are included only when the repo tracks them.
  • Runtime and engine constraints still match CI and docs.
  • Security fixes do not silently introduce major version changes unless requested.
  • Deprecation warnings are handled or recorded.

Output

Summarize upgraded packages, version changes, breaking-change review, files changed, verification commands, and remaining risk.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.