Bash

Bash scripting standards covering strict mode, quoting and defensive patterns, argument parsing, exit codes, temp files, secret handling, and ShellCheck enforcement. Use when you say "write a bash script for this", "why does my script keep going after an error", "parse these flags properly", "this loop breaks on filenames with spaces", or "make ShellCheck pass". Not for PowerShell scripting on Windows, use `powershell`.

Lukk17 ba56d40 2 files · 12.4 KB Updated

File contents

Lukk17/agent-standards/tree/main/.agents/skills/bash commit ba56d400f1

Frequently asked questions

npx skillmds@latest add lukk17/bash