Notre avis
Ce guide permet de maîtriser uv, un gestionnaire de paquets Python ultra-rapide écrit en Rust, pour la gestion des dépendances et des environnements virtuels.
Points forts
- Installation et résolution des dépendances très rapides par rapport à pip
- Gestion intégrée des environnements virtuels et des versions Python
- Support des lockfiles pour des builds reproductibles
Limites
- Nécessite d'être installé séparément (pas inclus par défaut avec Python)
- Écosystème encore jeune, certains outils tiers peuvent ne pas être compatibles
- Documentation avancée parfois moins fournie que pour pip
Utilisez ce guide lorsque vous démarrez un nouveau projet Python, optimisez vos pipelines CI/CD ou migrez depuis pip/Poetry.
Ne l'utilisez pas si vous avez besoin d'un gestionnaire de paquets supporté nativement par toutes les plateformes Python ou si le projet utilise déjà un autre outil bien établi sans besoin de migration.
Analyse de sécurité
SûrThe skill provides purely informational guidance on using the uv package manager. It does not instruct the agent to execute any commands, access sensitive resources, or perform destructive actions. No tools are declared, and the instructions are limited to advisory steps like clarifying goals and applying best practices.
Aucun point d'attention détecté
Exemples
I want to create a new Python project using uv. Initialize the project, create a virtual environment, and add the requests library as a dependency.I have an existing Python project using pip and requirements.txt. Help me migrate to uv with a pyproject.toml and uv.lock file, explaining the steps.I'm using Docker for a Python application and want to speed up the build by using uv instead of pip. Write a Dockerfile that leverages uv's caching and speed.name: uv-package-manager description: "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 optimi..." risk: unknown source: community date_added: "2026-02-27"
UV Package Manager
Comprehensive guide to using uv, an extremely fast Python package installer and resolver written in Rust, for modern Python project management and dependency workflows.
Use this skill when
- Setting up new Python projects quickly
- Managing Python dependencies faster than pip
- Creating and managing virtual environments
- Installing Python interpreters
- Resolving dependency conflicts efficiently
- Migrating from pip/pip-tools/poetry
- Speeding up CI/CD pipelines
- Managing monorepo Python projects
- Working with lockfiles for reproducible builds
- Optimizing Docker builds with Python dependencies
Do not use this skill when
- The task is unrelated to uv package manager
- You need a different domain or tool outside this scope
Instructions
- Clarify goals, constraints, and required inputs.
- Apply relevant best practices and validate outcomes.
- Provide actionable steps and verification.
- If detailed examples are required, open
resources/implementation-playbook.md.
Resources
resources/implementation-playbook.mdfor detailed patterns and examples.
Expert Next.js App Router
Developpement
Un skill qui transforme Claude en expert Next.js App Router.
Générateur de README
Developpement
Crée des README.md professionnels et complets pour vos projets.
Rédacteur de Documentation API
Developpement
Génère de la documentation API complète au format OpenAPI/Swagger.