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.

Project Structure

Installs
1
GitHub Stars
1
First Seen
2 days ago
python-scripting — rcdailey/dotfiles