self-contained-python-scripts
Installation
SKILL.md
Self-Contained Python Scripts with uv
Create Python scripts that are fully self-contained — no virtualenv setup, no requirements.txt, no pyproject.toml. Just a single .py file that anyone can run with uv run.
Script Structure
Every script follows this structure:
#!/usr/bin/env -S uv run --script
# /// script
# requires-python = ">=3.14"
# dependencies = [
# "some-package",
# ]
# ///
"""One-line description of what this script does."""
Related skills
More from boazy/skills
atlassian
Interact with Jira and Confluence via REST API - search, create, update issues and pages
14d2-diagrams
|
12adr
Manage Architecture Decision Records (ADRs) in Confluence — create new ADRs from template, update existing ones, generate status reports, sync status emojis, and review ADRs for quality. Use when ADR, architecture decision, or design record is mentioned.
11slack
Read channels, DMs, and threads; post and edit messages; search messages and users; add reactions; upload custom emojis — all via the Slack Web API.
1