standalone-script

Generate standalone Python scripts (not packaged projects) with PEP 723 inline metadata, a uv run shebang, and Typer CLI scaffolding. Use when the user wants a one-off executable script, automation tool, or runnable file that should declare dependencies inline and not live inside a package or project.

$ Instalar

git clone https://github.com/gordonwatts/skill-test /tmp/skill-test && cp -r /tmp/skill-test/.codex/skills/standalone-script ~/.claude/skills/skill-test

// tip: Run this command in your terminal to install the skill