Back to Discover

claude

artifact

bendrucker

My personal plugin marketplace and settings for Claude Code

View on GitHub
15 starsMITSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add bendrucker/claude

README

claude

My personal plugin marketplace for Claude Code, Anthropic's AI coding assistant.

Overview

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.

Prerequisites

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.

Plugins

Browse the plugins/ directory to see available plugins. Each plugin has its own README describing its contents.

User

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.

Development

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.

License

MIT © Ben Drucker

Rendered live from bendrucker/claude's GitHub README — not stored, always reflects the source repo.

34 Plugins

NameDescriptionCategorySource
goGo language coding standards, best practices, and testing patterns./plugins/go
macmacOS-specific automation, sandbox workarounds, and system integration./plugins/mac
gitGit workflow and branching best practices./plugins/git
gitlabGitLab workflow best practices and glab CLI usage./plugins/gitlab
linearManaging Linear issues, projects, and teams./plugins/linear
thingsInteracting with Things 3 task manager for Mac./plugins/things
issueWork on issues from GitHub, Linear, or GitLab./plugins/issue
reviewCode review workflows for peer and self review./plugins/review
newlinePOSIX-compliant trailing newline management./plugins/newline
writingWriting style enforcement hooks and AI trope detection./plugins/writing
githubGitHub workflow, Actions monitoring, and rulesets management./plugins/github
claude-codeMeta-tools for Claude Code configuration and customization./plugins/claude-code
pull-requestPull request workflows: create, update, babysit CI, and reviewer follow-up./plugins/pull-request
interviewInterview-driven planning and clarification./plugins/interview
bunBun runtime patterns, bunx, shell scripting, lockfile, and testing./plugins/bun
researchResearch existing solutions when exploring a new problem space./plugins/research
shortcutsCreating and running macOS Shortcuts programmatically./plugins/shortcuts
type-ignoreDetects and eliminates type ignores across your codebase./plugins/type-ignore
agents-mdLoads AGENTS.md files automatically into Claude Code sessionsbendrucker/claude-code-agents-md
x-callback-urlCall x-callback-url schemes from the CLI and receive responses./plugins/x-callback-url
ui-designUI design tools including wireframing with layout validation./plugins/ui-design
mermaidCreate, validate, and render Mermaid diagrams./plugins/mermaid
tech-specCreate and review technical specifications./plugins/tech-spec
planPlanning mode guidelines and context injection./plugins/plan
mailApple Mail integration for reading and managing email via JXA./plugins/mail
opentelemetryOpenTelemetry instrumentation patterns, semantic conventions, and testing./plugins/opentelemetry
terraformTerraform Cloud workspace management, run monitoring, and registry lookups./plugins/terraform
honeycombHoneycomb CLI and MCP server for observabilitybendrucker/honeycomb-cli
raycastRaycast extension development patterns, API, and Store publishing./plugins/raycast
tmuxTmux session awareness and pane interaction./plugins/tmux
commentsDetect AI slop code comments in a diff and steer clean comment generation./plugins/comments
memeGenerate memes from images: classic Impact macros, labels, and TV-subtitle captions./plugins/meme
activitywatchQuery local ActivityWatch usage data: per-app time, window titles, and active vs idle spans./plugins/activitywatch
atuinQuery local shell history from atuin: recent commands, usage stats, and ad-hoc SQL over the history db./plugins/atuin

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.