By jeffh
Automate GitHub pull request fixes by gathering review comments, status checks, and CI failures into a task list, then applying code changes directly to the PR branch. Create or update branch protection rulesets for the default branch, configuring required status checks and code scanning via GitHub API.
npx claudepluginhub jeffh/claude-plugins --plugin ghA collection of powerful plugins for Claude Code that enhance your development workflow with specialized commands and agents for codebase research, planning, and implementation.
This repository provides a plugin marketplace for Claude Code with multiple plugins to enhance your development workflow:
You can install plugins from this marketplace using one of these methods:
/plugin marketplace add jeffh/claude-plugins
If you've cloned this repository locally:
/plugin marketplace add /path/to/claude-plugins
After adding the marketplace, install the plugin:
# Interactive installation (browse all available plugins)
/plugin
# Direct installation
/plugin install humanlayer@jeffh-claude-plugins
Commands and agents from HumanLayer, optimized for Claude Code workflows. Provides 6 core slash commands (with additional variants) for complete development workflows and 6 specialized research agents.
Quick Overview:
/commit, /create_plan, /implement_plan, /validate_plan, /describe_pr, /research_codebasecodebase-analyzer, codebase-locator, codebase-pattern-finder, thoughts-analyzer, thoughts-locator, web-search-researcherJujutsu (jj) version control commands for streamlined workflows. Provides 3 slash commands specifically designed for developers using Jujutsu VCS.
Quick Overview:
/commit, /rebase, /create_prs# 1. Research and plan
/create_plan
# 2. Implement the plan
/implement_plan thoughts/shared/plans/2025-10-09-my-feature.md
# 3. Create commits
/commit
# 4. Validate implementation
/validate_plan thoughts/shared/plans/2025-10-09-my-feature.md
# 5. Generate PR description
/describe_pr
# Comprehensive research
/research_codebase
# Provide: "How does authentication work in this codebase?"
# Or spawn agents directly via Task tool for specific questions
Some commands expect a thoughts/ directory structure. See individual plugin documentation for details.
Git workflows - commits, branches, PRs, issue processing, auto-close detection, and repository management
Share bugs, ideas, or general feedback.
GitHub workflow, Actions monitoring, and rulesets management
Commands for Git operations, commits, and PRs
Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in. Originally from OpenAI's curated skills catalog.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.