关于
This skill provides a comprehensive framework for writing high-quality shell scripts that are maintainable, secure, and portable. It guides Claude to implement strict error handling using flags like 'pipefail', ensures proper variable quoting to prevent word splitting, and offers standardized templates for complex logic such as argument parsing, logging, and cleanup traps. Whether refactoring legacy scripts or building new automation tools, this skill ensures that shell code adheres to industry-standard best practices and avoids common security pitfalls across Bash and POSIX environments.