Loading...
Loading...
Use uv exclusively for all Python package management, environment setup, and script execution. Trigger whenever the user installs/removes Python packages, runs Python scripts, manages dependencies, creates Python projects, or mentions python/pip/poetry/conda/pip-tools.
npx skill4agent add uxfion/skills uv-pythonuvpyproject.tomlrequirements.txtuv inituv add <package>uv remove <package>uv syncuv run <script>.py# /// script
# requires-python = ">=3.12"
# dependencies = [
# "requests",
# ]
# ///uv add <package> --script <script>.pyuv remove <package> --script <script>.pyuv run <script>.pyuv run - <<'EOF'
<script>
EOFuvx <tool>uv tool install <tool>