Throwaway Scripts

For repetitive or bulk work that a short script can do in one shot, write the script, run it, and delete it, instead of grinding through many manual tool calls. Use this WHENEVER a task scales with N: renaming or transforming many files, extracting or reshaping data, bulk edits across a pattern, generating boilerplate, or any mechanical loop. Doing it by hand burns tokens and turns; a script does it deterministically and cheaply. Check which runtimes the system actually has (bun or node, python, powershell, bash), pick one that is present, write the smallest script that works, run it, verify, then clean it up.

TheArmagan 58f0da9 3.3 KB Updated

File contents

TheArmagan/skills/tree/main/throwaway-scripts commit 58f0da9588

Frequently asked questions

npx skillmds@latest add thearmagan/throwaway-scripts