đŸŽ¯

github-pr-title

đŸŽ¯Skill

from laurigates/claude-plugins

VibeIndex|
What it does

Generates and suggests optimized, descriptive GitHub pull request titles that follow best practices and improve code review communication.

đŸ“Ļ

Part of

laurigates/claude-plugins(168 items)

github-pr-title

Installation

📋 No install commands found in docs. Showing default command. Check GitHub for actual instructions.
Quick InstallInstall with npx
npx skills add laurigates/claude-plugins --skill github-pr-title
2Installs
-
AddedFeb 4, 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 | Accessibility and UX implementation - WCAG, ARIA, design tokens |

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

| agents-plugin | ai | Task-focused agents for test, review, debug, docs, and CI workflows |

| api-plugin | development | API integration and testing - REST endpoints, client generation |

| bevy-plugin | gamedev | Bevy game engine development - ECS, rendering, game architecture |

| blog-plugin | documentation | Blog post creation - project logs, technical write-ups, personal documentation |

| blueprint-plugin | development | Blueprint Development methodology - PRD/PRP workflow with version tracking |

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

| command-analytics-plugin | utilities | Track command and skill usage analytics across all projects |

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

| configure-plugin | infrastructure | Project infrastructure standards - pre-commit, CI/CD, Docker, testing |

| container-plugin | infrastructure | Container development and deployment - Docker, registry, Skaffold |

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

| git-plugin | version-control | Git workflows - commits, branches, PRs, and repository management |

| github-actions-plugin | ci-cd | GitHub Actions CI/CD - workflows, authentication, inspection |

| hooks-plugin | automation | Claude Code hooks for enforcing best practices and workflow automation |

| kubernetes-plugin | infrastructure | Kubernetes and Helm operations - deployments, charts, releases |

| langchain-plugin | ai | LangChain JS/TS development - agents, chains, LangGraph, Deep Agents |

| networking-plugin | infrastructure | Network diagnostics, reconnaissance, monitoring, and HTTP load testing |

| project-plugin | development | Project initialization, management, and maintenance |

| python-plugin | language | Python development ecosystem - uv, ruff, pytest, packaging |

| rust-plugin | language | Rust development - cargo, clippy, testing, memory safety |

| sync-plugin | integration | External system synchronization - GitHub, Podio integration |

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

| testing-plugin | testing | Test execution, TDD workflow, and testing strategies |

| tools-plugin | utilities | General utilities - fd, rg, jq, shell, imagemagick |

| typescript-plugin | language | TypeScript development - strict types, ESLint, Biome |

> Note: This table is generated from .claude-plugin/marketplace.json. To regenerate:

> ```bash

> jq -r '.plugins[] | "| \(.name) | \(.category) | \(.description) |"' .claude-plugin/marketplace.json

> ```

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

đŸŽ¯
python-code-qualityđŸŽ¯Skill

Analyzes Python code for quality, providing linting, static analysis, code style checks, and potential refactoring suggestions.

đŸŽ¯
uv-project-managementđŸŽ¯Skill

Manages Python project dependencies and environments using the uv package management tool, streamlining dependency resolution and virtual environment setup.

đŸŽ¯
shell-expertđŸŽ¯Skill

Provides advanced shell scripting assistance, command generation, and terminal workflow optimization for developers.

đŸŽ¯
hooks-configurationđŸŽ¯Skill

Configures and manages Git hooks to automate code quality checks, pre-commit validations, and workflow enforcement across development projects.

đŸŽ¯
uv-advanced-dependenciesđŸŽ¯Skill

Manages complex Python dependency resolution and virtual environment setup using the `uv` package manager with advanced configuration and workflow optimizations.

đŸŽ¯
ruff lintingđŸŽ¯Skill

Provides automated Python code linting and formatting using the Ruff static analysis tool to improve code quality and enforce consistent style standards.

đŸŽ¯
agent-handoff-markersđŸŽ¯Skill

Marks and tracks critical transition points during multi-agent workflows to facilitate smooth handoffs and maintain context continuity.

đŸŽ¯
ruff formattingđŸŽ¯Skill

Automatically formats Python code using the Ruff linter and formatter to ensure consistent code style and quality.

đŸŽ¯
hypothesis-testingđŸŽ¯Skill

Performs statistical hypothesis testing, generating comprehensive test results, p-values, confidence intervals, and interpretative analysis for research and data science workflows.

đŸŽ¯
api-testingđŸŽ¯Skill

I apologize, but I cannot generate a description without seeing the actual details or context of the "api-testing" skill from the repository. Could you provide more information about what this spec...