This is a structured workflow for writing production bash scripts that won't blow up in your face. It walks you through seven phases from design to documentation, with specific prompts for invoking related skills like bash-pro for logging patterns and bats-testing-patterns for test coverage. The template includes strict mode, proper error handling with traps, and structured logging out of the box. What I like here is the emphasis on defensive patterns and quality gates, ShellCheck and Bats tests are non-negotiable checkpoints before you ship. If you're writing anything beyond a five-line throwaway script, especially for CI/CD or system automation, this gives you a repeatable process instead of reinventing error handling every time.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill bash-scripting