Various Plugins for Claude Code
npx claudepluginhub jeffh/claude-pluginsInteractive discussion workflows for planning features, creating reference docs, and clarifying thoughts through iterative Q&A
Commands and agents from humanlayer, but without the thought syncing
Jujutsu (jj) version control commands
GitHub CLI operations and repository management
Personal AI Infrastructure - 13 principles for deterministic, CLI-first AI with specialized agents and full history capture
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.
A 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.