My personal plugin marketplace for Claude Code, Anthropic's AI coding assistant.
> /plugin marketplace add bendrucker/claude
What's inside
FAQ
bendrucker-claude is a Claude Code plugin with 84 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes agent-ideas, cleye, coverage. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Repo: bendrucker/claude
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
.claude/
.claude-plugin/
marketplace.json
hooks/
biome/
fixtures/
fixable.ts
unfixable.ts
valid.ts
index.test.ts
index.ts
README.md
coverage/
index.test.ts
index.ts
plugin-deps/
index.test.ts
index.ts
plugin-imports/
index.test.ts
index.ts
stop/
index.test.ts
index.ts
README.md
rules/
hooks.md
lockfile.md
plugins.md
schemas.md
scripts.md
settings.md
testing.md
settings.json
skills/
agent-ideas/
package.json
references/
browser.md
mining.md
scripts/
fetch.test.ts
fetch.ts
SKILL.md
sources.ts
cleye/
SKILL.md
coverage/
SKILL.md
workflows/
test-upgrade.ts
.config/
wt.toml
.github/
actions/
bun-install/
action.yml
workflows/
claude.yml
dependabot-automerge.yml
review-drift.yml
test.yml
.gitignore
.greptile/
config.json
.pre-commit-config.yaml
.shellspec
biome.json
bun.lock
bunfig.toml
CLAUDE.md
dev.sh
evals/
issue-refine/
.gitignore
briefs/
bug-partial-success.json
label/
bug-404-nav.json
bug-webhook-duplicates.json
bug-worker-memory-leak.json
feature-csv-export.json
feature-pin-conversations.json
refactor-double-session-read.json
spike-thumbnail-offload.json
spike-workspace.json
label/
index.html
server.ts
README.md
RUBRIC.md
scripts/
ab-prompt.ts
ab-report.ts
build-dataset.ts
build-labelset.ts
frontmatter.ts
judge.ts
score.ts
review-voice/
.gitignore
label/
index.html
server.ts
README.md
scripts/
mine.ts
report.ts
writing/
.gitignore
drafts/
commit-message.json
doc-paragraph.json
pr-comment.json
slack-update.json
label/
index.html
server.ts
README.md
scripts/
mine.test.ts
mine.ts
LICENSE
package.json
packages/
marketplace/
__snapshots__/
marketplace.test.ts.snap
index.ts
marketplace.test.ts
package.json
skill-lint/
cli.ts
format.ts
package.json
tsconfig.json
validate/
hooks.ts
marketplace.ts
overlay.test.ts
overlay.ts
package.json
plugin.ts
run.test.ts
run.ts
settings.ts
validate.test.ts
validate.ts
plugins/
activitywatch/
.claude-plugin/
plugin.json
README.md
skills/
activity/
resources/
queries/
afk.sql
app-timeline.sql
top-apps.sql
window-titles.sql
scripts/
aw-query.sh
SKILL.md
atuin/
.claude-plugin/
plugin.json
README.md
skills/
history/
SKILL.md
bun/
.claude-plugin/
plugin.json
README.md
skills/
bun/
references/
bunx.md
file-io.md
lockfile.md
resolution.md
shell.md
spawn.md
testing.md
SKILL.md
claude-code/
.claude-plugin/
plugin.json
package.json
README.md
skills/
agent-team/
references/
hooks.md
interaction.md
practices.md
SKILL.md
handoff/
SKILL.md
hook/
references/
debugging.md
SKILL.md
session/
CLAUDE.md
fixtures/
plans/
feature-plan.md
quick-plan.md
sessions/
-Users-test-health/
health.jsonl
-Users-test-project/
-Users-test-project-feature/
feature.jsonl
basic.jsonl
delegation.jsonl
hooks.jsonl
malformed.jsonl
multiple.jsonl
no-container.jsonl
plan-iterations.jsonl
plan-outcomes.jsonl
plans.jsonl
replay.jsonl
ship.jsonl
skills.jsonl
subagents/
agent-inherit1.jsonl
agent-override2.jsonl
agent-pinned3.jsonl
summary.jsonl
tools.jsonl
-Users-test-trope/
trope.jsonl
-Users-test-webapp/
webapp.jsonl
skills/
cache/
test-marketplace/
review/
aaa/
skills/
inbox/
SKILL.md
peer/
SKILL.md
bbb/
skills/
inbox/
SKILL.md
peer/
SKILL.md
solo/
ccc/
skills/
solo/
SKILL.md
project/
scratch/
SKILL.md
user/
never-used/
SKILL.md
package.json
README.md
references/
catalog.md
cross-machine.md
discovery.md
resources/
extensions.sql
import.sql
queries/
activity.sql
already-allowed-still-prompting.sql
catalog-reinjection-thrash-sessions.sql
delegation.sql
diagnostics.sql
errors.sql
fields.sql
files.sql
frontmatter.sql
hook-block-then-retry-success.sql
hook-blocks.sql
hook-config-vs-observed.sql
hook-origin-split.sql
hooks.sql
index-health.sql
keys.sql
model-summary.sql
outcomes.sql
permissions.sql
phrase-lift.sql
plan-iterations.sql
plan-sections.sql
plans.sql
repeat-read-waste.sql
sandbox-bypass-effective-command.sql
sandbox-path-deny-recurrence.sql
sandbox.sql
schema.sql
search.sql
skill-activity.sql
skill-auto-vs-explicit.sql
skill-config-vs-observed.sql
skills.sql
stats.sql
stop-hook-noop-detector.sql
text-export.sql
top-sessions-by-output.sql
top-sessions.sql
usage-spikes.sql
usage-timeline.sql
schema/
01_tables.sql
03_macros.sql
views.sql
scripts/
db.test.ts
db.ts
forget.ts
hosts.ts
import.ts
refresh.integration.ts
refresh.ts
usage.ts
SKILL.md
skill/
package.json
references/
patterns.md
troubleshooting.md
scripts/
check-lint.test.ts
check-lint.ts
check-namespace.test.ts
check-namespace.ts
check-structure.test.ts
check-structure.ts
skill-lint/
index.ts
parse.ts
rules/
bang-execution.ts
body.ts
frontmatter.ts
headers.ts
index.ts
namespace.ts
references.ts
tokens.ts
test/
fixtures/
invalid-name/
SKILL.md
missing-description/
SKILL.md
prefer-headers/
SKILL.md
valid/
SKILL.md
with-references/
references/
language.md
SKILL.md
rules.test.ts
types.ts
test-support.ts
SKILL.md
comments/
.claude-plugin/
plugin.json
apply/
branch.test.ts
branch.ts
edits.test.ts
edits.ts
format.test.ts
format.ts
join.test.ts
join.ts
report.test.ts
report.ts
detection/
collect.test.ts
collect.ts
context.ts
diff.test.ts
diff.ts
exempt.test.ts
exempt.ts
extract.test.ts
extract.ts
features.test.ts
features.ts
identity.test.ts
identity.ts
offsets.ts
... 977 more© 2026 Flowy · Free and open source
Built for Claude Code · Not affiliated with Anthropic