Loading...
Loading...
Python scripting with uv and PEP 723 inline dependencies. Use when creating standalone Python scripts with automatic dependency management.
npx skill4agent add 89jobrien/steve python-scriptingreferences/UV_SCRIPT.template.py#!/usr/bin/env -S uv run --script
# /// script
# requires-python = ">=3.12"
# dependencies = [
# "requests",
# "rich",
# ]
# ///uv run script.py [args]exclude-newer