MasonEgger/bpe-claude-code-plugin

My personal Claude Code plugins

7Stars on the repository
18Mods indexed here, across every type
9d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

cheap-research

01

MasonEgger/bpe-claude-code-plugin

Agent

Fast, cheap external research subagent for tool discovery, docs lookup, quick fact-checks. Dispatched by /bpe:plan, /bpe:brainstorm, /bpe:retrofit when they need external info.

7 9d ago A 51 tokens original MIT

step-executor

02

MasonEgger/bpe-claude-code-plugin

Agent

Executes ONE BPE step as the worker for /bpe:goal autonomous mode. Operates in one of three modes set by the orchestrator: implement (execute the plan step's sub-steps, no commit), fix (apply validator findings, no commit), finalize (session summary, single commit, push). Backwards-compatible default with no mode…

7 9d ago A 132 tokens original MIT

validator

03

MasonEgger/bpe-claude-code-plugin

Agent

Generic read-only QA agent dispatched by /bpe:goal between executor mode=implement and mode=finalize. Reads the uncommitted diff, consults MCP servers and skills passed in by the orchestrator (from plan.md per-section declarations), runs any linters declared in the section's Tools block, and returns a structured…

7 9d ago A 123 tokens original MIT