概要
This skill enforces a modern, high-performance Python workflow centered around the uv package manager. It eliminates fragmented tooling like pip, venv, and pip-tools in favor of a unified approach to dependency resolution, environment management, and command execution. By integrating tightly with ruff, mypy, and pytest, it ensures absolute consistency between local development environments and CI/CD pipelines, providing a fast, reproducible, and clean environment for any Python project.