shell
CommunityStreamline your macOS shell scripts.
Authorbendrucker
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill ensures shell scripts are readable, maintainable, and compatible with macOS environments, preventing common cross-platform issues.
Core Features & Use Cases
- Readability: Promotes
--long-flagsfor clearer command-line arguments. - macOS Compatibility: Guides towards using macOS-native commands, avoiding GNU tool dependencies.
- Use Case: When automating a task on your Mac, this Skill helps you write robust Bash scripts that work seamlessly without unexpected errors due to tool differences.
Quick Start
Example of using long flags for clarity
ls --almost-all --human-readable
Example of macOS compatible command
Use 'sed -i ""' for in-place edit on macOS
sed -i "" 's/old/new/g' myfile.txt
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: shell Download link: https://github.com/bendrucker/claude/archive/main.zip#shell Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.