compuse-toolboxlisted
Install: claude install-skill bitranox/bitranox-skills
# compuse-toolbox
A small set of tested Python jigs for recurring computer-use chores. Reach for one BEFORE
hand-rolling a throwaway `pgrep`/`awk`/`jq`/`json.loads` one-liner - the jig has already handled the
edge cases (self-match, exit-code traps, wrapper argv) that the one-liner gets wrong.
Each jig is a self-contained PEP 723 script: run it with `uv run` (uv provisions its deps) - the
one exception is `gate`, which must be launched with plain `python3`, see its row below - and get
its full arguments from `--help`. Run from the skill directory, or give the full path.
## Tools
| Tool | Use it when you would otherwise hand-roll...