dependency-management

Installation
SKILL.md

Dependency Management

Workflows

  • Audit: Check for known vulnerabilities
  • Update: Keep dependencies reasonably current
  • Lock: Ensure reproducible builds
  • Minimize: Remove unused dependencies

Security Scanning

# Node.js
npm audit
pnpm audit

# Python
pip-audit
safety check
Installs
61
GitHub Stars
118
First Seen
Mar 4, 2026
dependency-management — dralgorhythm/claude-agentic-framework