By bendrucker
Invoke x-callback-url schemes from the macOS CLI to call apps like Things, Bear, and OmniFocus, capturing synchronous responses, and enforce commit policies by blocking git commits with rejected messages via a Python guard script.
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
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 claimWriting style enforcement hooks and AI trope detection
Managing Linear issues, projects, and teams
Code review workflows for peer and self review
Cross-tool daily review workflow
POSIX-compliant trailing newline management for files
npx claudepluginhub bendrucker/claude --plugin x-callback-urlmacOS-specific automation, sandbox workarounds, and system integration
Route tool calls to better alternatives (e.g., gh CLI instead of WebFetch for GitHub PRs)
macOS notifications for Claude Code events
Development tools for Claude Code plugins - local testing without pushing
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Memory compression system for Claude Code - persist context across sessions