原始内容
📦 Install Now · 🤖 Explore Agents · 📖 Documentation · ⭐ Star this repo
What is this?
Bash Shell Mastery is a production-grade Claude Code plugin with 7 specialized agents and 7 bonded skills for mastering Bash shell scripting, automation, and command-line expertise.
📑 Table of Contents
Click to expand
🚀 Quick Start
Prerequisites
- Claude Code CLI v2.0.27+
- Active Claude subscription
Installation (Choose One)
Option 1: From Marketplace (Recommended)
# Step 1️⃣ Add the marketplace
/plugin marketplace add pluginagentmarketplace/custom-plugin-bash-shell
# Step 2️⃣ Install the plugin
/plugin install custom-plugin-bash-shell@pluginagentmarketplace-bash-shell
# Step 3️⃣ Restart Claude Code
# Close and reopen your terminal/IDE
Option 2: Local Installation
# Clone the repository
git clone https://github.com/pluginagentmarketplace/custom-plugin-bash-shell.git
cd custom-plugin-bash-shell
# Load locally
/plugin load .
# Restart Claude Code
✅ Verify Installation
After restart, you should see these agents:
custom-plugin-bash-shell:01-bash-fundamentals
custom-plugin-bash-shell:02-text-processing
custom-plugin-bash-shell:03-file-operations
custom-plugin-bash-shell:04-process-management
custom-plugin-bash-shell:05-networking
custom-plugin-bash-shell:06-automation
custom-plugin-bash-shell:07-shell-tools
✨ Features
| Feature | Description |
|---|---|
| 🤖 7 Agents | Specialized AI agents for Bash shell mastery |
| 🛠️ 7 Skills | Production-grade capabilities with PRIMARY_BOND |
| ⌨️ 8 Commands | Quick slash commands for shell learning |
| 🔄 SASMP v1.3.0 | Full protocol compliance with agent-skill bonding |
| 📋 Input/Output Schemas | Type-safe request/response patterns |
| 🛡️ Error Handling | Comprehensive fallback strategies |
| 🔧 Troubleshooting | Built-in debug guides and decision trees |
🤖 Agents
7 Specialized Bash Agents
| # | Agent | Purpose | Bonded Skill |
|---|---|---|---|
| 1 | 01-bash-fundamentals | Variables, control flow, functions, error handling | bash-basics |
| 2 | 02-text-processing | grep, sed, awk, regex mastery | text-processing |
| 3 | 03-file-operations | Permissions, find, archives, rsync | file-operations |
| 4 | 04-process-management | Jobs, signals, cron, systemd | process-management |
| 5 | 05-networking | curl, ssh, DNS, port management | shell-networking |
| 6 | 06-automation | CI/CD, makefiles, deployment scripts | shell-automation |
| 7 | 07-shell-tools | jq, xargs, parallel, pipelines | shell-tools |
Agent Features
Each agent includes:
- Input/Output Schemas - Type-safe parameter validation
- Error Handling Patterns - Graceful failure with fallback strategies
- Troubleshooting Guides - Decision trees for common issues
- Code Examples - Production-ready 2024-2025 best practices
🛠️ Skills
7 Production-Grade Skills
| Skill | Description | Difficulty |
|---|---|---|
bash-basics |
Variables, control structures, functions, arrays | Beginner |
text-processing |
grep, sed, awk essentials for data transformation | Intermediate |
file-operations |
chmod, find, tar, rsync for file management | Beginner |
process-management |
Signals, cron jobs, daemons, systemd services | Intermediate |
shell-networking |
curl, ssh, ports, DNS for network operations | Intermediate |
shell-automation |
Scripts, CI/CD, GitHub Actions, testing | Advanced |
shell-tools |
jq, xargs, parallel for advanced workflows | Advanced |
Invoke Skills
# Example skill invocation
Skill("custom-plugin-bash-shell:bash-basics")
Skill("custom-plugin-bash-shell:text-processing")
Skill("custom-plugin-bash-shell:shell-automation")
⌨️ Commands
| Command | Description |
|---|---|
/explore-roadmap |
Explore Bash learning roadmap |
/my-learning-path |
Get personalized Bash learning path |
/skill-assessment |
Assess your Bash skills |
/compare-roles |
Compare shell scripting roles |
/find-my-role |
Discover ideal shell scripting role |
/career-progression |
Plan your DevOps career growth |
/project-ideas |
Get hands-on Bash project ideas |
/interview-prep |
Prepare for shell scripting interviews |
📚 Documentation
| Document | Description |
|---|---|
| CHANGELOG.md | Version history |
| CONTRIBUTING.md | How to contribute |
| LICENSE | License information |
📁 Project Structure
Click to expand
custom-plugin-bash-shell/
├── 📁 .claude-plugin/
│ ├── plugin.json # Plugin configuration
│ └── marketplace.json # Marketplace metadata
├── 📁 agents/ # 7 specialized agents
│ ├── 01-bash-fundamentals.md
│ ├── 02-text-processing.md
│ ├── 03-file-operations.md
│ ├── 04-process-management.md
│ ├── 05-networking.md
│ ├── 06-automation.md
│ └── 07-shell-tools.md
├── 📁 skills/ # 7 bonded skills
│ ├── bash-basics/
│ ├── text-processing/
│ ├── file-operations/
│ ├── process-management/
│ ├── shell-networking/
│ ├── shell-automation/
│ └── shell-tools/
├── 📁 commands/ # 8 slash commands
├── 📁 hooks/ # Event hooks
├── 📄 README.md
├── 📄 CHANGELOG.md
├── 📄 CONTRIBUTING.md
└── 📄 LICENSE
📅 Metadata
| Field | Value |
|---|---|
| Version | 2.0.0 |
| Last Updated | 2025-12-30 |
| Status | Production Ready |
| SASMP | v1.3.0 |
| Agents | 7 |
| Skills | 7 |
| Commands | 8 |
🤝 Contributing
Contributions are welcome! Please read our Contributing Guide.
- Fork the repository
- Create your feature branch
- Follow SASMP v1.3.0 guidelines
- Submit a pull request
⚠️ Security
Important: This repository contains third-party code and dependencies.
- ✅ Always review code before using in production
- ✅ Check dependencies for known vulnerabilities
- ✅ Follow security best practices
- ✅ Report security issues privately via Issues
📝 License
Copyright © 2025 Dr. Umit Kacar & Muhsin Elcicek
Custom License - See LICENSE for details.
👥 Contributors
|
Dr. Umit Kacar Senior AI Researcher & Engineer |
Muhsin Elcicek Senior Software Architect |