소개
This skill equips Claude with a comprehensive framework for writing resilient Bash scripts, moving beyond simple command execution to production-ready automation. It enforces industry-standard best practices such as strict mode activation, sophisticated error trapping, and rigorous variable quoting to eliminate common shell pitfalls. By utilizing these defensive patterns, developers can ensure their CI/CD pipelines, system utilities, and deployment scripts are idempotent, handle edge cases gracefully, and include essential production features like structured logging and dry-run capabilities.