← ClaudeAtlas

shelllisted

Shell scripting best practices for bash and other shells. Use when writing shell scripts, bash functions, CLI help text, or command-line automation. Includes env var defaults in help, safe file operations, SLURM templates, and custom tools.
scitex-ai/claude-code-telegrammer · ★ 1 · AI & Automation · score 60
Install: claude install-skill scitex-ai/claude-code-telegrammer
# Shell Best practices for bash scripts, CLI tools, and command-line automation. ## References - [env-vars-in-help.md](env-vars-in-help.md) — Show env var names in CLI help text defaults - [templates.md](templates.md) — Script template, SLURM template, function ordering - [safe-ops.md](safe-ops.md) — Safe file removal, cp/rm flags - [custom-tools.md](custom-tools.md) — Available tools in ~/.bin/ and tree quick reference