Agent skill

technology-stack-modernization-dependency-management

Sub-skill of technology-stack-modernization: Dependency Management.

Stars 4
Forks 4

Install this agent skill to your Project

npx add-skill https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/_archive/business/admin/technology-stack-modernization/dependency-management

SKILL.md

Dependency Management

Dependency Management

  1. Pin major versions, allow minor updates:

    toml
    # Good: Allows security updates
    dependencies = ["pandas>=2.0.0,<3.0.0"]
    
    # Bad: Too strict, misses security patches
    dependencies = ["pandas==2.0.0"]
    
  2. Test after each major update:

    • Update one package at a time
    • Run full test suite
    • Check for deprecation warnings
    • Validate outputs
  3. Document breaking changes:

    markdown

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results