Skills/JR2804/PROMPTSjr2804/prompts1 skill · 1 installs · GitHubInstallnpx skills add https://github.com/jr2804/promptsCopySkills in this repo1Python Ultimatepython-ultimate is an agent skill backed by a small uv-run validator that encodes strict path-variable naming and forbidden-pattern rules for Python repos. Solo builders and tiny teams shipping Python CLIs, APIs, or SaaS backends install it when chat-generated code drifts into lazy names (data, tmp) or legacy typing/import shortcuts that fail review. The script answers whether a symbol looks like a file, directory, or exceptional path, then can walk directories to flag violations and banned constructs listed in FORBIDDEN_REASON—guards around TYPE_CHECKING, Optional bracket syntax, os.path instead of pathlib, and noqa band-aids. It fits naturally in Ship/review workflows but also during Build/backend passes when you want the agent to propose names that already match house style. Complexity is intermediate because you must align variable intent with the enum and refactor types rather than silencing linters.1installs