Bin Script Scaffold

WHAT: Scaffold a new bin script in this dotfiles repo with the required sibling files: the script itself, a bash completion file, and a bats test. WHEN: User asks to add a new git subcommand, utility script, or any other executable under dotenv/bin or a platform-specific bin directory. DO-NOT: Skip the completion file or the bats test stub; invent a new argument-parsing style for flag-taking scripts; or add scripts to external/ or to private `__`-prefixed paths without confirming intent.

weikinhuang 6b4204d 7.9 KB Updated

File contents

weikinhuang/dotfiles/tree/main/.agents/skills/bin-script-scaffold commit 6b4204d79e

Frequently asked questions

npx skillmds@latest add weikinhuang/bin-script-scaffold