This skill empowers Claude to write high-quality shell scripts by adhering to industry-standard best practices, including strict mode execution, secure variable handling, and comprehensive error trapping. It bridges the gap between quick-and-dirty scripting and production-grade automation by providing templates for portable Bash code, defensive programming techniques, and standardized logging. Whether you are building complex CI/CD pipelines or simple system utilities, this skill ensures your scripts are maintainable, readable, and resilient to common execution failures.
주요 기능
01Robust error handling with traps and standardized exit codes
02Strict mode enforcement using set -euo pipefail
0395 GitHub stars
04Defensive variable quoting and safe expansion patterns
05Portable scripting patterns for POSIX and Bash compatibility
06Secure temporary file management and input sanitization