uv-package-manager-5-running-scripts-and-commands
Sub-skill of uv-package-manager: 5. Running Scripts and Commands (+1).
Best use case
uv-package-manager-5-running-scripts-and-commands is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Sub-skill of uv-package-manager: 5. Running Scripts and Commands (+1).
Teams using uv-package-manager-5-running-scripts-and-commands should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/5-running-scripts-and-commands/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How uv-package-manager-5-running-scripts-and-commands Compares
| Feature / Agent | uv-package-manager-5-running-scripts-and-commands | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Sub-skill of uv-package-manager: 5. Running Scripts and Commands (+1).
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 5. Running Scripts and Commands (+1) ## 5. Running Scripts and Commands **Run Python scripts:** ```bash # Run script with project dependencies uv run python script.py # Run module uv run python -m pytest # Run with specific Python version uv run --python 3.11 python script.py ``` **Run tools:** ```bash # Run pytest uv run pytest tests/ # Run ruff for linting uv run ruff check src/ # Run black for formatting uv run black src/ # Run any CLI tool uv run mypy src/ ``` ## 6. pip Compatibility Mode **Use UV as a pip replacement:** ```bash # Install packages (pip syntax) uv pip install pandas numpy # Install from requirements.txt uv pip install -r requirements.txt # Install in editable mode uv pip install -e . # Compile requirements uv pip compile requirements.in -o requirements.txt # Sync environment uv pip sync requirements.txt # Freeze installed packages uv pip freeze > requirements.txt # Show package info uv pip show pandas ```
Related Skills
background-service-manager
Create and manage long-running background processes with start/stop/status controls, logging, and monitoring. Use for batch processing jobs, data pipelines, continuous services, or any long-running tasks.
orcaflex-batch-manager
Manage large-scale OrcaFlex batch processing with parallel execution, adaptive worker scaling, memory optimization, and progress tracking for efficient simulation campaigns.
contact-manager
Normalize, classify, and manage contact databases across 3 Gmail accounts. Clean CSV exports, deduplicate, tag categories, flag touchbase/unsubscribe candidates.
github-release-manager
Automated release coordination and deployment with swarm orchestration for seamless version management, testing, and deployment across multiple packages. Use for release pipelines, version coordination, deployment orchestration, and release documentation.
github-pr-manager
Comprehensive pull request management with swarm coordination for automated reviews, testing, and merge workflows. Use for PR lifecycle management, multi-reviewer coordination, conflict resolution, and intelligent branch management.
repo-cleanup-progress-tracking-commands
Sub-skill of repo-cleanup: Progress Tracking Commands (+1).
mkdocs-integration-with-python-package
Sub-skill of mkdocs: Integration with Python Package (+2).
state-directory-manager-5-cache-management
Sub-skill of state-directory-manager: 5. Cache Management (+1).
state-directory-manager-4-state-file-operations
Sub-skill of state-directory-manager: 4. State File Operations.
state-directory-manager-1-xdg-base-directory-standard
XDG Base Directory compliant state management. Use when setting up config, data, state, or cache directories per the XDG specification.
git-sync-manager-5-safe-branch-operations
Sub-skill of git-sync-manager: 5. Safe Branch Operations.
git-sync-manager-3-repository-status-check
Sub-skill of git-sync-manager: 3. Repository Status Check (+1).