Agent eXecution Readiness scoring. Grades a repository against a 100-point rubric across 9 dimensions with deterministic bash checkers and judgment subagents.
npx claudepluginhub jerrod/agent-plugins --plugin axrGenerate an AXR score badge for your README.
Re-run a single dimension checker and update .axr/latest.json incrementally.
Compare two AXR scoring runs and surface what changed.
Fix low-scoring AXR criteria by applying automated remediations.
Score the current repository against the AXR rubric (all 12 dimensions, including judgment subagents).
Judgment subagent definitions. Each `.md` file is auto-discovered by the plugin loader. The `/axr` orchestrator dispatches these via the Task tool to score criteria that require qualitative assessment.
Use this agent when scoring the 6 judgment criteria across the change and structure dimensions (change.locatable-logic, .2, .4; structure.module-boundaries, .3, .4). The agent reads repository files, assesses codebase organization, module boundaries, and naming conventions qualitatively, and emits agent-draft scores for human confirmation.
Use this agent when scoring the 2 judgment criteria in the docs dimension (docs.subsystem-readmes local READMEs, docs.glossary domain glossary). The agent reads repository files, assesses documentation quality qualitatively, and emits agent-draft scores for human confirmation.
Use this agent when scoring the 1 judgment criterion in the legibility dimension (legibility.decision-coverage non-obvious decisions documented). The agent reads repository files, assesses decision documentation quality, and emits agent-draft scores for human confirmation.
Use this agent when scoring the 3 judgment criteria in the visibility dimension (visibility.structured-logging structured logging, .2 telemetry, .4 local dev diagnostics). The agent reads repository files to assess logging, telemetry, and diagnostic output practices, and emits agent-draft scores for human confirmation.
Use this agent when scoring the 3 judgment criteria in the patterns dimension (patterns.single-approach, patterns.no-competing-patterns, patterns.error-consistency). The agent reads repository files, assesses code consistency and pattern discipline, and emits agent-draft scores for human confirmation.
Use this agent when scoring the 2 judgment criteria in the safety dimension (safety.hitl-checkpoints HITL checkpoints, safety.reversible-default reversibility). The agent reads repository files to identify destructive operations and reversibility patterns, and emits agent-draft scores for human confirmation.
Use this agent when scoring the 1 judgment criterion in the supply-chain dimension (supply-chain.minimal-surface minimal dependency surface). The agent reads package manifests and assesses dependency hygiene.
Use this agent when scoring the 4 judgment criteria spanning tests and workflow dimensions (tests.boundary-coverage boundary coverage, workflow.fixtures fixtures, .2 sandbox, .4 golden paths). The agent reads repository files to assess test quality and workflow realism, and emits agent-draft scores for human confirmation.
Claude Code plugin marketplace by jerrod. Tools for agent-operated software engineering — readiness scoring, code review, and behavioral correction.
Grades a repository against a 100-point rubric across 12 dimensions using deterministic bash checkers and judgment subagents. Produces a machine-readable JSON report and a human-readable markdown report per run.
See plugins/axr/README.md for details.
Runs four specialized reviewers — architect, security, correctness, style — against a pull request diff in parallel, then aggregates findings into a single verdict with deduplication and severity sorting.
⚠ Requires
CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1. revue depends on Claude Code's experimental agent-team feature to spawn its four reviewers concurrently. Without this env var set, thereview-prskill cannot dispatch subagents. Add the export to your shell profile so every session has it:export CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1
See plugins/revue/README.md for details.
A CBT-adapted intervention framework for sessions where Claude repeatedly violates explicit rules. Bundles a /therapist slash command, ambient hooks that catch rationalization phrases live at Write/Edit/Bash tool use, and a reference toolbox of eleven techniques.
See plugins/therapist/README.md for details.
Enforces the brainstorm → plan → pair-build → review → ship workflow with 24 skills, 23 subagents, 8 lifecycle hooks, and executable gates at every checkpoint. File size, coverage, complexity, lint, and test-quality are all script-verified. PR descriptions embed proof artifacts any reviewer can independently re-run. Hard fork of arqu-co/rq at v1.29.8.
See plugins/sdlc/README.md for details.
# Install the marketplace in Claude Code
# /plugin → Add Marketplace → jerrod/agent-plugins
# Validate the marketplace + every plugin
bin/validate
# Run linting (shellcheck + JSON + frontmatter)
bin/lint
# Run tests (validates all checkers produce schema-valid JSON)
bin/test
In Claude Code:
/plugin → Add Marketplace → jerrod/agent-pluginsexport CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 in your shell profileThe marketplace is structured as:
plugins/<name>/ — each plugin self-contained (manifest, commands/skills/agents, scripts, docs, README, CLAUDE.md)bin/ — marketplace-level gate scripts that validate every plugin.claude-plugin/marketplace.json — marketplace manifestPlugins may use any of commands/, skills/, or agents/ as their entry point. scripts/ is optional (agent-team plugins like revue have none).
See CLAUDE.md for workflow conventions. All changes go through the sdlc workflow: brainstorm → plan → pair-build → review → ship.
Battle-tested Claude Code plugin for engineering teams — 38 agents, 156 skills, 72 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Efficient skill management system with progressive discovery — 410+ production-ready skills across 33+ domains
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification