shell-bash

Installation
SKILL.md

Shell & Bash Scripting

Overview

Shell scripting patterns for automation, system administration, and CLI tools.


Script Fundamentals

Script Structure

#!/usr/bin/env bash
#
# Script: backup.sh
# Description: Backup files to remote server
# Usage: ./backup.sh [options] <source> <destination>
#
Related skills
Installs
41
GitHub Stars
13
First Seen
Jan 24, 2026