analyze-deps
✓Analyze dependencies for updates, breaking changes, deprecations, and migration paths. Generates actionable reports with codebase impact assessment.
Installation
SKILL.md
On-demand dependency analysis that checks for available updates, breaking changes, deprecations, and maps impact against the codebase. Generates actionable reports with migration guidance.
| Single package | Starts with @ or no / | Find in all package.json dependencies | | Workspace path | Contains / (e.g., packages/react) | Read that workspace's package.json | | all | Literal string "all" | Glob all /package.json files |
| Network timeout | Command hangs > 30s | Use timeout 30 prefix, note as "timed out" | | 404 Not Found | Exit code 1, "Not found" in output | Note as "package not found in registry" | | 401/403 Auth | "ENEEDAUTH" or "E403" | Note as "private package, auth required" | | Rate limited | "ETOOMANYREQS" | Wait and retry, or note as "rate limited" |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/nexuslabs-ai/nexus-claude-skills --skill analyze-deps- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is analyze-deps?
Analyze dependencies for updates, breaking changes, deprecations, and migration paths. Generates actionable reports with codebase impact assessment. Source: nexuslabs-ai/nexus-claude-skills.
How do I install analyze-deps?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/nexuslabs-ai/nexus-claude-skills --skill analyze-deps Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/nexuslabs-ai/nexus-claude-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01