dependency-management

Installation
SKILL.md

Dependency Management

Purpose: Manage third-party dependencies securely and reliably. Goal: Reproducible builds, no vulnerable packages, controlled updates. Note: For implementation, see C# Development or Python Development.


When to Use This Skill

  • Adding new packages or libraries
  • Pinning dependency versions for reproducibility
  • Scanning for known vulnerabilities
  • Updating outdated dependencies safely
  • Managing monorepo dependency graphs

Prerequisites

  • Package manager installed (npm, pip, NuGet, cargo, etc.)
Installs
4
Repository
jnpiyush/agentx
GitHub Stars
13
First Seen
Apr 25, 2026
dependency-management — jnpiyush/agentx