GurYN

Update Dependencies — Development skill for Claude Code

Development community

What package manager are you using.

How to install Update Dependencies

Installs to ~/.claude/skills/guryn-opencode-sdlc-update-dependencies/SKILL.md

Terminal
mkdir -p ~/.claude/skills/guryn-opencode-sdlc-update-dependencies && curl -fsSL https://raw.githubusercontent.com/GurYN/opencode-sdlc/HEAD/command/update-dependencies.md -o ~/.claude/skills/guryn-opencode-sdlc-update-dependencies/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Update Dependencies does

What package manager are you using? Please specify (npm, pip, yarn, pnpm, bun).

Switch to migrator agent and perform dependency updates:

1. Audit Current State

  • List all dependencies
  • Check for outdated packages
  • Identify major vs minor updates
  • Check for security vulnerabilities

2. Categorize Updates

Security Updates (Priority 1)

[List packages with security vulnerabilities]

Major Version Updates (Careful)

[List packages with breaking changes]

Minor/P

Alternatives in Development

Full documentation available on GitHub

View Source Repository