AI SummaryUV Skill enables fast Python package management, project initialization, and tool installation within Claude Code. Developers working with Python projects benefit from streamlined dependency and version management.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "uv" skill in my project. Please run this command in my terminal: # Install skill into the correct directory (3 files) mkdir -p .claude/skills/uv && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/uv/SKILL.md "https://raw.githubusercontent.com/yonesuke/skills/main/uv/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/uv/examples.md "https://raw.githubusercontent.com/yonesuke/skills/main/uv/examples.md" && mkdir -p .claude/skills/uv/scripts && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/uv/scripts/pep723_demo.py "https://raw.githubusercontent.com/yonesuke/skills/main/uv/scripts/pep723_demo.py" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Fast Python package installer and uninstaller. Manages projects, scripts, python versions, and tools.
Usage
Use uv for: • Running Scripts: uv run script.py. • Managing Projects: uv init, uv add. • Installing Tools: uv tool install.
UV Skill
The default Python project manager for this workspace.
Contents
• Examples • Script metadata (PEP 723) and command cheatsheet.
Discussion
0/2000
Loading comments...
Health Signals
MaintenanceCommitted 2mo ago
● ActiveAdoptionUnder 100 stars
0 ★ · NicheDocsREADME + description
Well-documentedMIT License
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Claude Code