shell-scripting
Installation
SKILL.md
When this skill is activated, always start your first response with the 🧢 emoji.
Shell Scripting
Shell scripting is the art of automating tasks through the Unix shell - combining built-in commands, control flow, and process management to build reliable CLI tools and automation workflows. This skill covers production-quality bash and zsh scripting: robust error handling, portable argument parsing, safe file operations, and the idioms that separate fragile one-liners from scripts that hold up in production.