os-scripting
Operating system and shell scripting troubleshooting workflow for Linux, macOS, and Windows. Covers bash scripting, system administration, debugging, and automation.
npx skills add sickn33/agentic-awesome-skills --skill os-scripting --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# OS/Shell Scripting Troubleshooting Workflow Bundle ## Overview Comprehensive workflow for operating system troubleshooting, shell scripting, and system administration across Linux, macOS, and Windows. This bundle orchestrates skills for debugging system issues, creating robust scripts, and automating administrative tasks. ## When to Use This Workflow Use this workflow when: - Debugging shell script errors - Creating production-ready bash scripts - Troubleshooting system issues - Automating system administration tasks - Managing processes and services - Configuring system resources ## Workflow Phases ### Phase 1: Environment Assessment #### Skills to Invoke - `bash-linux` - Linux bash patterns - `bash-pro` - Professional bash scripting - `bash-defensive-patterns` - Defensive scripting #### Actions 1. Identify operating system and version 2. Check available tools and commands 3. Verify permissions and access 4. Assess system resources 5. Review logs and error messages #### Diagnostic Commands ```bash # System information uname -a cat /etc/os-release hostnamectl # Resource usage top htop df -h free -m # Process information ps aux pgrep -f pattern lsof -i :port # Network status netst
- Overview
- When to Use This Workflow
- Workflow Phases
- Phase 1: Environment Assessment
- Phase 2: Script Analysis
- Phase 3: Debugging
- Phase 4: Script Development
- Phase 5: Testing
- Phase 6: System Troubleshooting
- Phase 7: Automation
- Common Troubleshooting Scenarios
- High CPU Usage
- Memory Issues
- Disk Space
System information uname -a cat /etc/os-release hostnamectl Resource usage top htop df -h free -m Process information
What does the os-scripting skill do?
Operating system and shell scripting troubleshooting workflow for Linux, macOS, and Windows. Covers bash scripting, system administration, debugging, and automation.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill os-scripting --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.