🎯

shell-expert

🎯Skill

from laurigates/claude-plugins

VibeIndex|
What it does

Provides advanced shell scripting assistance, offering expert guidance, syntax validation, and optimization recommendations for bash, zsh, and other shell environments.

shell-expert

Installation

Install skill:
npx skills add https://github.com/laurigates/claude-plugins --skill shell-expert
1
AddedJan 27, 2026

Skill Details

SKILL.md

Overview

# Claude Plugins

A collection of Claude Code plugins providing specialized skills, commands, and agents for various development workflows.

Plugins

| Plugin | Category | Description |

|--------|----------|-------------|

| accessibility-plugin | UX | WCAG compliance, ARIA patterns, design tokens |

| agent-patterns-plugin | AI | Multi-agent coordination and orchestration |

| api-plugin | Development | REST API integration and testing |

| bevy-plugin | Gamedev | Bevy game engine development with ECS |

| blueprint-plugin | Development | PRD/PRP workflow for structured feature development |

| code-quality-plugin | Quality | Code review, refactoring, linting, static analysis |

| communication-plugin | Communication | Google Chat formatting, ticket drafting |

| configure-plugin | Infrastructure | Pre-commit, CI/CD, Docker, testing configuration |

| container-plugin | Infrastructure | Docker, registry, Skaffold workflows |

| documentation-plugin | Documentation | API docs, README generation, knowledge graphs |

| git-plugin | Version Control | Commits, branches, PRs, repository management |

| github-actions-plugin | CI/CD | GitHub Actions workflows and automation |

| kubernetes-plugin | Infrastructure | Kubernetes and Helm operations |

| project-plugin | Development | Project initialization and management |

| python-plugin | Language | uv, ruff, pytest, Python packaging |

| rust-plugin | Language | Cargo, clippy, Rust development |

| sync-plugin | Integration | GitHub and Podio synchronization |

| terraform-plugin | Infrastructure | Terraform and infrastructure as code |

| testing-plugin | Testing | Test execution, TDD workflow, coverage |

| tools-plugin | Utilities | fd, rg, jq, shell utilities |

| typescript-plugin | Language | TypeScript, ESLint, Biome |

Installation

Install plugins from this collection:

```bash

claude plugin install laurigates-plugins/

```

For example:

```bash

claude plugin install laurigates-plugins/git-plugin

claude plugin install laurigates-plugins/python-plugin

```

Structure

Each plugin follows the standard Claude Code plugin structure:

```

/

β”œβ”€β”€ README.md # Plugin documentation

β”œβ”€β”€ skills/ # Skill definitions (.md files)

β”œβ”€β”€ commands/ # Slash commands (.md files)

└── agents/ # Agent definitions (.md files)

```

License

MIT

More from this repository10

πŸ”Œ
api-pluginπŸ”ŒPlugin

Streamlines REST API integration by providing commands for testing, documentation, endpoint generation, and validation workflows.

πŸ”Œ
hooks-pluginπŸ”ŒPlugin

Manages and automates Git hooks, providing pre-commit, pre-push, and other lifecycle hook configurations and validations for development workflows.

πŸ”Œ
typescript-pluginπŸ”ŒPlugin

Provides TypeScript development support with ESLint and Biome integration for code quality, formatting, and linting workflows.

πŸ”Œ
bevy-pluginπŸ”ŒPlugin

Streamlines Bevy game engine development by providing specialized commands and skills for Entity Component System (ECS) workflow, game logic implementation, and Rust-based game development.

πŸͺ
laurigates-claude-pluginsπŸͺMarketplace

Claude Code plugins for development workflows

πŸ”Œ
blueprint-pluginπŸ”ŒPlugin

Streamlines feature development by providing structured workflows for creating Product Requirements Documents (PRD) and Product Requirement Proposals (PRP).

πŸ”Œ
communication-pluginπŸ”ŒPlugin

Formats Google Chat messages and assists in drafting professional communication tickets with structured templates and guidelines.

πŸ”Œ
github-actions-pluginπŸ”ŒPlugin

Automates GitHub Actions workflow creation, configuration, debugging, and optimization for continuous integration and deployment processes.

πŸ”Œ
agent-patterns-pluginπŸ”ŒPlugin

Enables advanced multi-agent coordination and orchestration strategies for complex AI workflows and collaborative problem-solving scenarios.

πŸ”Œ
container-pluginπŸ”ŒPlugin

Streamlines Docker container workflows, providing commands for building, managing, and deploying containers using tools like Docker and Skaffold.