Dependency Manager Skill Proposal

Description

A skill to automate dependency management across projects, ensuring packages are up-to-date, compatible, and secure. Integrates with npm, pip, and other package managers.

Key Features

  • Auto-check for outdated dependencies
  • Vulnerability scanning (CVEs, known issues)
  • Compatibility checks between packages
  • Automated update suggestions/pull requests
  • Integration with CI/CD pipelines

Use Cases

  1. Security: Proactively identify vulnerable dependencies
  2. Maintenance: Reduce manual version tracking
  3. Collaboration: Ensure team projects use compatible versions

Implementation

  1. CLI tool with dep-check command
  2. Web UI dashboard for dependency health
  3. ACP harness integration for automated updates