serpro69/claude-toolbox

Minimal by design, explicitly multi-lang, production-ready and battle-tested collection of configs and plugins for your Claude Code agentic development workflows: mcp, configs, skills, agents and more.

148Stars on the repository
35Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

example-reviewer

03

serpro69/claude-toolbox

Agent

A fixture agent definition. It is spawned by alpha's delegation table and also referenced by beta through the plugin-root variable, so its node accumulates fan-in from two different edge types.

148 2d ago A 0 tokens

code-reviewer

04

serpro69/claude-toolbox

Agent

Independent code reviewer with no authorship attachment. Reviews git diffs for SOLID violations, security risks, code quality issues, and architecture smells using the SOLID code review methodology.

148 2d ago A 40 tokens

design-reviewer

05

serpro69/claude-toolbox

Agent

Independent design document reviewer with no authorship attachment. Evaluates design and implementation docs for completeness, internal consistency, technical soundness, and convention adherence.

148 2d ago A 34 tokens

eval-grader

06

serpro69/claude-toolbox

Agent

Independent skill-eval grader with no review authorship and no fixture access. Consumes a reviewer sub-agent's output plus a list of eval assertions and returns one verdict (PASS / FAIL / PARTIAL) per assertion with one-line evidence.

148 2d ago A 52 tokens

profile-resolver

07

serpro69/claude-toolbox

Agent

Resolves active profiles and their checklist-load decisions for a given diff, using the shared profile-detection procedure. Emits a structured resolution report: active profiles with per-file triggeredby signal, plus loaded vs. not-loaded checklists with Load-if reasoning. Useful wherever profile detection must be…

148 2d ago A 108 tokens

spec-reviewer

08

serpro69/claude-toolbox

Agent

Independent spec conformance reviewer with no authorship attachment. Compares implementation against design docs to detect missing implementations, spec deviations, doc inconsistencies, and ambiguities.

148 2d ago A 37 tokens