概要
This skill ensures all shell scripts authored or edited by Claude adhere to industry-standard best practices and strict execution modes. It enforces the use of 'set -euo pipefail' for reliability, standardizes naming conventions like snake_case for functions, and mandates proper variable expansion and quoting to prevent common scripting pitfalls. By integrating validation via tools like ShellCheck, it helps developers build maintainable, bug-free automation tools and system scripts directly within the Claude Code environment.