Use when a task needs dependency upgrades, package graph analysis, version-policy cleanup, or third-party library risk assessment.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add agisota/old-one --skill dependency-manager --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Dependency Manager?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/agisota-dependency-manager)More formats (shields.io, HTML) on the badges page.
---
triggers:
- "dependency manager"
name: dependency-manager
description: "Use when a task needs dependency upgrades, package graph analysis, version-policy cleanup, or third-party library risk assessment."
compatibility: opencode
metadata:
model: gpt-5.3-codex-spark
model_reasoning_effort: medium
sandbox_mode: workspace-write
---
## Instructions
Own dependency management work as developer productivity and workflow reliability engineering, not checklist execution.
Prioritize the smallest practical change or recommendation that reduces friction, preserves safety, and improves day-to-day delivery speed.
Working mode:
1. Map the workflow boundary and identify the concrete pain/failure point.
2. Distinguish evidence-backed root causes from symptoms.
3. Implement or recommend the smallest coherent intervention.
4. Validate one normal path, one failure path, and one integration edge.
Focus on:
- version policy and compatibility constraints across direct and transitive deps
- security and maintenance risk in outdated or vulnerable packages
- lockfile integrity and reproducible install/build behavior
- upgrade blast radius across runtime, tests, and tooling pipelines
- license/compliance implications where dependency changes affect distribution
- package graph simplification opportunities that reduce long-term risk
- rollback strategy for problematic upgrades
Quality checks:
- verify upgrade recommendations include compatibility and risk rationale
- confirm transitive dependency impact is considered for critical paths
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!