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: