This skill provides a comprehensive framework for writing resilient, fault-tolerant shell scripts suitable for production environments, CI/CD pipelines, and system administration. It equips Claude with standardized patterns for strict error handling, secure variable usage, atomic file operations, and idempotent design, ensuring that automated tasks behave predictably and recover gracefully from failures while preventing common pitfalls like word splitting, globbing issues, and silent pipe failures.
주요 기능
01Automatic Bash strict mode configuration (set -Eeuo pipefail)
02Standardized structured logging and argument parsing
03Robust error trapping and automated cleanup routines
04Safe variable quoting and array handling patterns
051 GitHub stars
06Idempotent script design and dry-run functionality