By bendrucker
Enforces Git workflow best practices: bans direct pushes to main/master, mandates hyphenated topic branches, and teaches safe commit formatting. Automates three-way merge conflict resolution with context display and staging slot access.
My personal plugin marketplace for Claude Code, Anthropic's AI coding assistant.
This repository provides plugins for Claude Code, organized as a plugin marketplace. Plugins extend Claude Code with language conventions, workflow automation, service integrations, and custom behaviors.
It also contains my user configuration.
Many plugins include TypeScript hooks and scripts that require Bun to run. See Bun's installation guide for setup instructions. Bun runs TypeScript natively and auto-installs missing dependencies on first run.
Browse the plugins/ directory to see available plugins. Each plugin has its own README describing its contents.
The user/ directory contains user-level Claude Code configuration that gets symlinked to ~/.claude. This includes global instructions, settings (plugins, permissions, sandbox), and hooks that apply across all projects.
To test a plugin locally without publishing:
claude --plugin-dir ./plugins/<name> --setting-sources local
This isolates the session from user/project settings, loading only the specified plugin. Use this to verify changes before committing.
MIT © Ben Drucker
Executes bash commands
Hook triggers when Bash tool is used
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub bendrucker/claude --plugin gitCode review workflows for peer and self review
Detects newly added type ignores and attempts automatic fixes
Bun runtime patterns, bunx, shell scripting, lockfile, and testing
Interview-driven planning and clarification using AskUserQuestion
Terraform Cloud workspace management, run monitoring, and registry lookups
Streamline your git workflow with simple commands for committing, pushing, and creating pull requests
GitFlow workflow automation for feature, hotfix, and release branches
Prevents accidental pushes to main branch in Claude Code bypassPermissions mode. Designed for user scope installation.
Git workflow automation with smart commits, conflict resolution, rebase management, worktree creation, and worktree cleanup
Streamline your git workflow with simple commands for committing, pushing, and creating pull requests
Git workflow automation with fork-isolated skills for atomic commits, branch cleanup, conventional commit standards, and context-aware PR review