Uv Python Version Management
Helps with Python, management as part of developing backend services and APIs workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add uv-python-version-management npx -- -y @trustedskills/uv-python-version-management
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"uv-python-version-management": {
"command": "npx",
"args": [
"-y",
"@trustedskills/uv-python-version-management"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to manage multiple Python versions using uv. It can create, list, and switch between different Python environments based on project requirements. This ensures that projects utilize the correct Python version without conflicts or compatibility issues.
When to use it
- Project Setup: When starting a new Python project requiring a specific Python version (e.g., Python 3.8 for legacy code).
- Dependency Management: To isolate dependencies for different projects, preventing clashes between package versions.
- Environment Switching: Quickly switch the active Python environment when working on multiple projects with varying requirements.
- Reproducibility: Guarantee consistent project execution by ensuring a specific Python version is always used.
Key capabilities
- Creates new Python environments using
uv. - Lists available Python versions and environments.
- Switches the active Python environment.
Example prompts
- "Create a new Python 3.9 environment named 'my_project'."
- "List all available Python environments."
- "Switch to the 'my_project' environment."
Tips & gotchas
- Requires
uvto be installed on the system where the AI agent is running. Ensure it’s accessible in the agent’s execution context.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.