migrate-pip-to-uv
Installation
SKILL.md
Migrate pip/pip-tools Monorepo to uv
A skill for automating the migration of a Python monorepo project from pip/pip-tools workflows (requirements files, pip-compile, etc) to uv's project workflow (pyproject.toml, uv.lock, universal resolution).
Purpose
- Convert requirements files (requirements.in, requirements.txt, requirements-dev.in, requirements-dev.txt, etc) to pyproject.toml and uv.lock
- Migrate development, docs, and platform-specific dependency groups
- Ensure universal, locked dependencies for all platforms
- Update project workflows to use uv commands and environments