python-scripting
Installation
SKILL.md
Python Script Projects
Modularized Python CLI scripts: self-contained projects managed by uv, built with hatchling, Click for command routing. The sole audience is LLMs; never humans.
Philosophy
These scripts serve LLM workflows. Prefer a coherent end state over preserving obsolete internal structure. Refactor affected code when needed to remove duplication, inconsistency, or dead indirection. Keep unrelated cleanup separate.