bash-script

Create bash scripts with error handling and argument parsing.

2|Updated Oct 5, 2025
One-click install
npx skills add https://github.com/mhalder/dotfiles --skill bash-script
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bash-script
Source: https://github.com/mhalder/dotfiles/tree/main/claude/.claude/skills/bash-script
Command: npx skills add https://github.com/mhalder/dotfiles --skill bash-script

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables robust bash scripting with safety features.

Core Features & Use Cases

  • Error handling: set -euo pipefail
  • Argument parsing: help usage
  • Templating: include usage examples

Quick Start

Create a simple script example with proper guards.