python-uv-project-setup
✓Use when initializing a Python project or script, adding dependencies, or running commands with uv, especially to avoid pip install and direct python/pytest usage.
Installation
SKILL.md
Use uv for environments, dependency management, and command execution. Core principle: always install and run through uv, not pip/python directly.
| Initialize project | uv init | | Add dependency | uv add | | Add dev dependency | uv add --dev | | Run Python | uv run python | | Run pytest | uv run pytest | | Sync deps | uv sync |
If you are working with a script, still install with uv and run via uv:
Use when initializing a Python project or script, adding dependencies, or running commands with uv, especially to avoid pip install and direct python/pytest usage. Source: narumiruna/agent-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/narumiruna/agent-skills --skill python-uv-project-setup- Source
- narumiruna/agent-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is python-uv-project-setup?
Use when initializing a Python project or script, adding dependencies, or running commands with uv, especially to avoid pip install and direct python/pytest usage. Source: narumiruna/agent-skills.
How do I install python-uv-project-setup?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/narumiruna/agent-skills --skill python-uv-project-setup Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/narumiruna/agent-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01