Update Dependencies — Development skill for Claude Code
What package manager are you using.
How to install Update Dependencies
Installs to ~/.claude/skills/guryn-opencode-sdlc-update-dependencies/SKILL.md
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
- npm 71.9k ★
- Package OfficeCLI Skill As AionUi Assistant — Convert an OfficeCLI skill into a fully wired AionUi assistant preset, or update an existing one 20.3k ★
- Speckit.Specify 2.3k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Setup PM
Configure your preferred package manager (npm/pnpm/yarn/bun)
PM Guard
Never accidentally npm install in a pnpm project again — guards npm, yarn, pnpm, bun, and deno.
Pre Deployment Check
What environment are you deploying to? Please specify (e.g., staging, production).
n8n CLI
Zero-dependency Python CLI for the n8n REST API. 80+ commands for workflows, executions, credentials, nodes, w
Plugin Claude npm Bun Guard
Garde-fou d'installation npm/bun pour Claude Code : refuse les paquets malveillants connus, arbre transitif in
01 Install Bun And Deps
Prompt 01: Install Bun Runtime & Dependencies
Related Agents
Dependency Auditor
Audit dependencies for vulnerabilities, outdated versions, and deprecations. C#/.NET first (dotnet list packag
View Dependency Tree
npm ls yarn list pnpm list npm outdated yarn outdated npm audit yarn audit npx depcheck npx webpack-bundle-ana
Dependency Installer
Use when requirements-orchestrator has an explicit, itemised owner approval to install or update project depen