home/categories/package-distribution/nikblanchet-claude-code-production-patterns-actual-code-skills-user-dependency-management-skill-md
package-distributiondevelopment

dependency-management

Use quality dependencies freely - default to using existing libraries over reinventing. For Python prefer conda over pip, maintain separate requirements-conda.txt and requirements-pip.txt. Use when adding dependencies, installing packages, or evaluating whether to use a library.

nikblanchet
maintainer
nikblanchet
Updated 11/25/2025
Stars
0
Forks
0
quick start

Installation and usage

Use quality dependencies freely - default to using existing libraries over reinventing. For Python prefer conda over pip, maintain separate requirements-conda.txt and requirements-pip.txt. Use when adding dependencies, installing packages, or evaluating whether to use a library.

Installation
$ install --globalskills.sh
Usage

Once installed, you can use this skill by running the following command in your terminal:

skills use dependency-management