defensive▌
3 indexed skills · max 10 per page
bash-defensive-patterns
wshobson/agents · Productivity
Production-grade Bash scripting with strict error handling, defensive patterns, and safety best practices. \n \n Covers 10 fundamental patterns including strict mode ( set -Eeuo pipefail ), error trapping, variable quoting, array handling, and safe temporary file management \n Includes advanced techniques for argument parsing, structured logging, process orchestration with signals, and idempotent script design \n Provides templates for function definitions, file operations, command substitution,
go-defensive
cxuu/golang-skills · Backend
When hardening code at API boundaries, check in this order:
bash-defensive-patterns
sickn33/antigravity-awesome-skills · Productivity
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.