About
This skill provides a specialized workflow for Python developers to prevent and fix silent package installation failures caused by name collisions on PyPI. It addresses the specific issue where 'pip install package[extra]' defaults to downloading external versions rather than utilizing local editable installs. By implementing direct package dependency mapping and providing recovery procedures for broken environments, it ensures that your development environment remains consistent and secure even when using common or placeholder project names.