Shell scripting, command-line operations, and automation. Use when writing bash/pwsh scripts or complex shell commands.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill shell --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Shell?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-shell)More formats (shields.io, HTML) on the badges page.
---
name: shell
description: Shell scripting, command-line operations, and automation. Use when writing bash/pwsh scripts or complex shell commands.
---
## shell
Write effective shell scripts.
### Bash
- Use [[ ]] over [ ] for conditionals
- Quote variables
- set -euo pipefail for safety
- Use functions for reusable logic
- trap for cleanup on exit
### PowerShell
- Use named parameters
- Prefer cmdlets over aliases
- try/catch for errors
- Splatting for complex commands
### Cross-platform
- Check OS before platform-specific commands
- Use portable tools where possible
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!