command-context-patterns
π―Skillfrom laurigates/claude-plugins
Provides structured command and context mapping techniques for improving Claude Code interaction patterns and workflow efficiency.
Installation
npx skills add https://github.com/laurigates/claude-plugins --skill command-context-patternsSkill 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 Docker container workflows, providing commands for building, managing, and deploying containers using tools like Docker and Skaffold.
Performs automated code review, refactoring suggestions, static code analysis, and linting across multiple programming languages to improve overall code quality and maintainability.
Provides TypeScript development support with ESLint and Biome integration for code quality, formatting, and linting workflows.
Manages and automates Git hooks, providing pre-commit, pre-push, and other lifecycle hook configurations and validations for development workflows.
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.
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.
Enables advanced multi-agent coordination and orchestration strategies for complex AI workflows and collaborative problem-solving scenarios.
Provides specialized commands and skills for managing Terraform infrastructure as code, including configuration, validation, planning, and deployment workflows.
Streamlines test execution, supports test-driven development (TDD) workflows, and provides comprehensive test coverage analysis across different programming environments.