Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Summary

GitHub CLI operations and repository management

Install to Claude Code

/plugin install gh@jeffh-claude-plugins

Run in Claude Code. Add the marketplace first with /plugin marketplace add jeffh/claude-plugins if you haven't already.

README.md

Claude Code Plugins

A collection of powerful plugins for Claude Code that enhance your development workflow with specialized commands and agents for codebase research, planning, and implementation.

Overview

This repository provides a plugin marketplace for Claude Code with multiple plugins to enhance your development workflow:

  • humanlayer: 6 core slash commands (with variants) and 6 specialized agents for codebase research, planning, and implementation workflows
  • jj: 3 slash commands for Jujutsu (jj) version control workflows

Installation

Add This Marketplace to Claude Code

You can install plugins from this marketplace using one of these methods:

From GitHub (Recommended)

/plugin marketplace add jeffh/claude-plugins

From Local Directory

If you've cloned this repository locally:

/plugin marketplace add /path/to/claude-plugins

Install the humanlayer Plugin

After adding the marketplace, install the plugin:

# Interactive installation (browse all available plugins)
/plugin

# Direct installation
/plugin install humanlayer@jeffh-claude-plugins

Available Plugins

humanlayer

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.

Full Documentation →

Quick Overview:

  • Core Commands: /commit, /create_plan, /implement_plan, /validate_plan, /describe_pr, /research_codebase
  • Agents: codebase-analyzer, codebase-locator, codebase-pattern-finder, thoughts-analyzer, thoughts-locator, web-search-researcher

jj

Jujutsu (jj) version control commands for streamlined workflows. Provides 3 slash commands specifically designed for developers using Jujutsu VCS.

Full Documentation →

Quick Overview:

  • Commands: /commit, /rebase, /create_prs
  • Features: Atomic commits, automatic rebasing, stack-aware PR creation with visualization

Workflow Examples

Complete Feature Development

# 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

Codebase Investigation

# Comprehensive research
/research_codebase
# Provide: "How does authentication work in this codebase?"

# Or spawn agents directly via Task tool for specific questions

Requirements

Some commands expect a thoughts/ directory structure. See individual plugin documentation for details.

Related plugins

Browse all →