关于
The Bash Defensive Patterns skill provides Claude with a comprehensive framework for creating resilient and fault-tolerant shell scripts. By implementing industry-standard safety measures such as 'strict mode' (set -Eeuo pipefail), error trapping, and atomic file operations, this skill prevents common shell pitfalls like word splitting and silent failures. It is particularly useful for developers building CI/CD pipelines, system administration utilities, or complex automation tasks where reliability, maintainability, and safe execution across different platforms are paramount.