概要
The Defensive Bash Skill empowers Claude to write high-reliability shell scripts designed for critical server environments. It strictly enforces industry best practices like 'set -euo pipefail', atomic file operations, and robust signal handling to prevent script failure and data corruption. By focusing on idempotency and detailed logging, it ensures that automation tasks—from Docker container management to complex Moodle deployments—are safe, repeatable, and maintainable across diverse infrastructure.