소개
This skill provides comprehensive guidance for writing fault-tolerant and maintainable Bash scripts. It enables Claude to implement strict mode, safe variable handling, error trapping, and idempotent design patterns, ensuring that automation scripts, CI/CD pipelines, and system utilities run reliably across different platforms. By focusing on defensive techniques like atomic file writes and dry-run support, it helps developers prevent common pitfalls such as word splitting errors, silent failures, and accidental data loss.