Bash Skills
Shell scripting commands for automation, text processing, conditionals, loops, and writing maintainable Bash scripts.
8 skills
Bash Argument Parsing & CLI Design
Build user-friendly Bash CLI scripts — argument parsing with getopts, long options, help messages, input validation, and following Unix CLI conventions.
Bash Defensive Patterns
Master defensive Bash programming techniques for production-grade scripts.
Bash Linux
> Essential patterns for Bash on Linux/macOS. | Operator | Meaning | Example | |----------|---------|---------|.
Bash Pro
Master of defensive Bash scripting for production automation, CI/CD pipelines, and system utilities.
Bash Scripting
Bash scripting workflow for creating production-ready shell scripts with defensive patterns, error handling, and testing.
Bash Strict Mode & Error Handling
Write robust Bash scripts with strict mode (set -euo pipefail), trap handlers for cleanup, proper error messages, and exit code conventions for production automation.
File Organizer
Intelligently organizes your files and folders across your computer by understanding context, finding duplicates, suggesting better structures, and automating cleanup tasks.
POSIX-Compatible Shell Scripting
Write portable shell scripts that work across Linux, macOS, and BSD — POSIX sh compatibility, avoiding Bash-specific features, and handling platform differences.