🎯

command-context-patterns

🎯Skill

from laurigates/claude-plugins

VibeIndex|
What it does

Provides structured command and context mapping techniques for improving Claude Code interaction patterns and workflow efficiency.

command-context-patterns

Installation

Install skill:
npx skills add https://github.com/laurigates/claude-plugins --skill command-context-patterns
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

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

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

πŸ”Œ
code-quality-pluginπŸ”ŒPlugin

Performs automated code review, refactoring suggestions, static code analysis, and linting across multiple programming languages to improve overall code quality and maintainability.

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

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

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

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

πŸ”Œ
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.

πŸ”Œ
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.

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

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

πŸ”Œ
terraform-pluginπŸ”ŒPlugin

Provides specialized commands and skills for managing Terraform infrastructure as code, including configuration, validation, planning, and deployment workflows.

πŸ”Œ
testing-pluginπŸ”ŒPlugin

Streamlines test execution, supports test-driven development (TDD) workflows, and provides comprehensive test coverage analysis across different programming environments.