This skill optimizes Claude's Python workflow by standardizing on uv, the high-performance Python package manager. It streamlines the transition from legacy pip workflows to modern patterns, including PEP 723 standalone scripts with inline dependencies, automated project initialization, and consistent environment management. By enforcing Python 3.12 standards, type hints, and integrated linting via Ruff, it ensures that all Python code generated or managed by Claude is production-grade, fast, and maintainable.
主な機能
010 GitHub stars
02Enforces uv for lightning-fast Python dependency management and script execution.
03Standardizes standalone scripts with PEP 723 inline metadata headers.
04Configures sandbox permissions for persistent caching and improved performance.
05Automates environment setup with Python 3.12 and strict type hinting.
06Integrates Ruff and Ty for production-grade linting and type checking.