bash

Installation
SKILL.md

Bash

Bourne Again SHell, the standard shell for Linux and macOS.

When to Use

  • Automating system tasks
  • CI/CD pipelines
  • File manipulation
  • Glue code between CLIs

Quick Start

#!/bin/bash

NAME="World"
echo "Hello, $NAME!"
Installs
2
GitHub Stars
10
First Seen
Feb 10, 2026
bash — g1joshi/agent-skills