This skill equips Claude with specialized patterns for writing reliable, fault-tolerant Bash scripts. It covers essential defensive programming techniques such as strict mode activation, safe variable expansion, atomic file operations, and comprehensive error trapping. Ideal for developers building CI/CD pipelines, system utilities, or deployment scripts, it ensures that shell scripts handle edge cases gracefully, prevent data loss, and remain maintainable across different environments.
主要功能
01Robust argument parsing and validation for command-line utilities
02Strict mode implementation (set -Eeuo pipefail) to catch silent failures early
03Structured logging and process orchestration with signal handling
04Idempotent script design patterns for reliable repeated execution
050 GitHub stars
06Safe temporary file and directory management with automated cleanup traps