bash

Installation
SKILL.md

Bash

Use this skill to keep Bash work grounded in the installed shell first, then fall back to GNU Bash and Microsoft WSL documentation when local help or runtime behavior needs confirmation.

Quick Start

  1. Run scripts/probe-bash.sh first for environment truth.
  2. Establish the local help surface before guessing:
  • bash --help
  • help
  • help <builtin>
  • type -a <name>
  • declare -p <var>
  • set -o
  • shopt -p
Installs
2
GitHub Stars
1
First Seen
Jul 8, 2026
bash — alisonaquinas/llm-shared-skills