managing-python-dependencies

Installation
SKILL.md

Python Dependency Management Rule

[!CAUTION] BEFORE any pip install: You MUST first detect the project's existing dependency manager and use it correctly. Do NOT override the project's established tooling.

Dependency Manager Detection

Before installing ANY Python package, check the workspace for these files in priority order:

Related skills
Installs
7
GitHub Stars
48
First Seen
Apr 28, 2026