shell-expert
π―Skillfrom laurigates/claude-plugins
Provides advanced shell scripting assistance, offering expert guidance, syntax validation, and optimization recommendations for bash, zsh, and other shell environments.
Installation
npx skills add https://github.com/laurigates/claude-plugins --skill shell-expertSkill Details
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
Streamlines REST API integration by providing commands for testing, documentation, endpoint generation, and validation workflows.
Manages and automates Git hooks, providing pre-commit, pre-push, and other lifecycle hook configurations and validations for development workflows.
Provides TypeScript development support with ESLint and Biome integration for code quality, formatting, and linting workflows.
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.
Claude Code plugins for development workflows
Streamlines feature development by providing structured workflows for creating Product Requirements Documents (PRD) and Product Requirement Proposals (PRP).
Formats Google Chat messages and assists in drafting professional communication tickets with structured templates and guidelines.
Automates GitHub Actions workflow creation, configuration, debugging, and optimization for continuous integration and deployment processes.
Enables advanced multi-agent coordination and orchestration strategies for complex AI workflows and collaborative problem-solving scenarios.
Streamlines Docker container workflows, providing commands for building, managing, and deploying containers using tools like Docker and Skaffold.