bash▌
7 indexed skills · max 10 per page
bash-defensive-patterns
wshobson/agents · Productivity
Production-grade Bash scripting with strict error handling, defensive patterns, and safety best practices. \n \n Covers 10 fundamental patterns including strict mode ( set -Eeuo pipefail ), error trapping, variable quoting, array handling, and safe temporary file management \n Includes advanced techniques for argument parsing, structured logging, process orchestration with signals, and idempotent script design \n Provides templates for function definitions, file operations, command substitution,
bash-scripting
mindrally/skills · Productivity
You are an expert in Bash scripting with deep knowledge of shell programming, automation, and DevOps practices.
bash-linux
davila7/claude-code-templates · Productivity
Essential patterns for Bash on Linux/macOS.
bash-pro
sickn33/antigravity-awesome-skills · Productivity
bash-pro
bash-linux
sickn33/antigravity-awesome-skills · Productivity
Essential Bash/Linux terminal patterns for command chaining, file operations, process management, and scripting. \n \n Covers operator syntax ( ; , && , || , | ), file operations ( ls , find , grep , tail ), and process management ( ps , kill , lsof ) \n Includes text processing tools ( grep , sed , awk , cut , sort ) and network commands ( curl , nc , ifconfig ) \n Provides script templates with error handling ( set -e , set -u , set -o pipefail ) and cleanup patterns using trap \n In
bash-scripting
sickn33/antigravity-awesome-skills · Productivity
Specialized workflow for creating robust, production-ready bash scripts with defensive programming patterns, comprehensive error handling, and automated testing.
bash-defensive-patterns
sickn33/antigravity-awesome-skills · Productivity
Comprehensive guidance for writing production-ready Bash scripts using defensive programming techniques, error handling, and safety best practices to prevent common pitfalls and ensure reliability.