概要
This skill equips Claude with specialized knowledge for writing robust, maintainable shell scripts. It focuses on modern best practices such as 'set -euo pipefail', sophisticated argument parsing, and advanced text processing with standard Unix tools like sed, awk, and grep. Whether you are building CI/CD pipelines, automating routine DevOps tasks, or creating complex CLI utilities, this skill ensures your scripts are secure, portable, and efficient by following industry-standard implementation patterns.