uv
Based on the
uvskill frommitsuhiko/agent-stuff: https://github.com/mitsuhiko/agent-stuff/tree/main/skills/uv
Quick Reference
uv run script.py # Run a script
uv run --with requests script.py # Run with ad-hoc dependency
uv run python -m ast foo.py >/dev/null # Verify syntax without writing __pycache__
uv add requests # Add dependency to project
uv init --script foo.py # Create script with inline metadata
Inline Script Dependencies
# /// script
# requires-python = ">=3.12"
# dependencies = ["requests"]
# ///
See scripts.md for full details on running scripts, locking, and reproducibility.
Build Backend
Use uv_build for pure Python packages:
[build-system]
requires = ["uv_build>=0.9.28,<0.10.0"]
build-backend = "uv_build"
See build.md for project structure, namespaces, and file inclusion.
More from ash-ishh/skills
coda
Export Coda document pages to local Markdown files. Use when a user wants to export, download, or extract content from Coda docs, list pages in a Coda document, or convert Coda page trees into Markdown. Triggers on tasks involving Coda API, Coda docs, or Coda page export.
9url-to-markdown
Convert web pages to clean markdown files. Use this skill whenever users want to fetch web content, extract articles, save web pages locally, or need URLs converted to markdown for context. Works with articles, blog posts, documentation. Automatically removes ads, navigation, and social media clutter. Triggers on phrases like "get this article", "save this webpage", "convert this URL to markdown", or when users provide URLs that need to be processed.
5vercel-deployment
Deploy and troubleshoot projects on Vercel in a repo-agnostic way. Use when setting up Vercel projects, connecting Git repos, configuring framework/root directory/build settings, syncing environment variables, adding domains, triggering deployments, or debugging Vercel build/runtime failures.
1