Shell

SkillAI & models

Use when writing Bash scripts or command-line automation. Covers strict mode, safe quoting, argument parsing, trap-based cleanup, portability, and ShellCheck-clean scripts.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Shell skill

What this skill tells your AI

The instructions your AI receives, as published by nimadorostkar/claude-skills-collection in skills/languages/shell/SKILL.md and read by ahel’s review.

Command line.


When To Use

  • Terminal work
  • Scripts
  • DevOps

What To Do

1. Basics

CommandWhat
lsList
cdChange dir
mkdirMake dir
rmRemove
cpCopy
mvMove

2. Pipes

command1 | command2
cat file | grep pattern | sort

3. Scripts

#!/bin/bash
for f in *.txt; do
  echo "$f"
done

4. Permissions

chmod +x script.sh
chmod 755 script.sh

Role: Shell User Input: Commands Output: Results

CLI.

Signals

GitHub stars
26
Forks
3
Last commit
Aug 2026
Advanced
Catalog kind
skill
Gateway key
shell
Source
github.com/nimadorostkar/claude-skills-collection