uv-python-execution
CommunityExecute Python with uv, type check with ty.
Authorpratos
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill ensures all Python script executions and type checking operations are performed using the modern, fast uv and ty toolchain, promoting consistency, speed, and dependency isolation.
Core Features & Use Cases
- Python Execution: Replaces direct
pythonorpython3commands withuv runfor script and module execution, leveraging project virtual environments. - Type Checking: Enforces the use of
ty checkfor all static type analysis, offering a faster and more integrated experience thanpyrightormypy. - Inline Scripts (PEP 723): Supports running standalone Python scripts with their own specified dependencies using
uv run --script. - Use Case: When asked to "run a Python script to process data", the skill will automatically use
uv run python process_data.py, ensuring it uses the correct environment and dependencies. When asked to "type check the codebase", it will executety check.
Quick Start
Execute the python script 'analyze_logs.py' using uv.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: uv-python-execution Download link: https://github.com/pratos/clanker-setup/archive/main.zip#uv-python-execution Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.