dependency_management_best_practices

Dependency Management Best Practices

Content Preview
# Dependency Management Best Practices

A comprehensive guide to effective dependency management across the software development lifecycle, covering strategy, governance, security, and operational practices.

## Strategic Foundation

### Dependency Strategy

#### Philosophy and Principles
1. **Minimize Dependencies**: Every dependency is a liability
   - Prefer standard library solutions when possible
   - Evaluate alternatives before adding new dependencies
   - Regularly audit and remove unuse
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/dependency_management_best_practices.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering/dependency-auditor/references/dependency_management_best_practices.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at engineering/dependency-auditor/references/dependency_management_best_practices.md

Related Skills