Enterprise code review agent team — 4 specialized reviewers analyze PRs in parallel
npx claudepluginhub jerrod/agent-plugins --plugin revueArchitecture reviewer — analyzes API design, dependencies, breaking changes, system design, and scalability concerns in pull request diffs.
Correctness reviewer — finds logic bugs, edge cases, error handling gaps, race conditions, resource leaks, and type safety issues in pull request diffs.
Security reviewer — identifies vulnerabilities including OWASP Top 10, secrets exposure, injection flaws, auth issues, and cryptographic misuse in pull request diffs.
Style and quality reviewer — checks code consistency, naming conventions, readability, test quality, and dead code in pull request diffs.
Respond to a pull request comment directed at revue. Understands the review context and provides helpful, specific replies.
Run a full code review on a pull request using the revue agent team (architect, security, correctness, style). Spawns 4 specialized review agents in parallel, aggregates findings, and writes review.json.
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.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
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
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Binary reverse engineering, malware analysis, firmware security, and software protection research for authorized security research, CTF competitions, and defensive security
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
Semantic search for Claude Code conversations. Remember past discussions, decisions, and patterns.