Master the uv package manager for fast Python dependency management, virtual environments, and modern Python project workflows. Use when setting up Python projects, managing dependencies, or optimizing Python development workflows with uv.
Add this skill
npx mdskills install sickn33/uv-package-managerWell-scoped package manager guide but lacks actionable step-by-step instructions in main content
1---2name: uv-package-manager3description: Master the uv package manager for fast Python dependency management, virtual environments, and modern Python project workflows. Use when setting up Python projects, managing dependencies, or optimizing Python development workflows with uv.4---56# UV Package Manager78Comprehensive guide to using uv, an extremely fast Python package installer and resolver written in Rust, for modern Python project management and dependency workflows.910## Use this skill when1112- Setting up new Python projects quickly13- Managing Python dependencies faster than pip14- Creating and managing virtual environments15- Installing Python interpreters16- Resolving dependency conflicts efficiently17- Migrating from pip/pip-tools/poetry18- Speeding up CI/CD pipelines19- Managing monorepo Python projects20- Working with lockfiles for reproducible builds21- Optimizing Docker builds with Python dependencies2223## Do not use this skill when2425- The task is unrelated to uv package manager26- You need a different domain or tool outside this scope2728## Instructions2930- Clarify goals, constraints, and required inputs.31- Apply relevant best practices and validate outcomes.32- Provide actionable steps and verification.33- If detailed examples are required, open `resources/implementation-playbook.md`.3435## Resources3637- `resources/implementation-playbook.md` for detailed patterns and examples.38
Full transparency — inspect the skill content before installing.