From antigravity-awesome-skills
Teaches defensive Bash programming for production-grade scripts — error handling, input validation, safe defaults, and logging. Use when writing automation, CI/CD pipelines, or system utilities that need fault tolerance.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:bash-defensive-patternsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Comprehensive guidance for writing production-ready Bash scripts using defensive programming techniques, error handling, and safety best practices to prevent common pitfalls and ensure reliability.
Comprehensive guidance for writing production-ready Bash scripts using defensive programming techniques, error handling, and safety best practices to prevent common pitfalls and ensure reliability.
Refer to resources/implementation-playbook.md for detailed patterns, checklists, and templates.
resources/implementation-playbook.md for detailed patterns, checklists, and templates.npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-bundle-aas-mobile-app-builderApplies defensive Bash patterns for production-grade scripts: strict mode, input validation, error traps, logging, and safety checks. Use for CI/CD pipelines, automation, and system utilities.
Teaches defensive Bash programming for production-grade scripts: strict mode, error trapping, input validation, idempotency, and structured logging. Use when writing robust shell scripts, CI/CD pipelines, or system utilities.
Generates defensive Bash scripts for production automation, CI/CD pipelines, and system utilities with POSIX compliance, error handling, testing, and modern features.