reflection-judge
169Agent
Post-processes reflect candidates — validates that cross-session evidence citations actually exist in S-NNN-REPORT.md before proposals or micro-approvals are queued. Returns ACCEPT | DOWNGRADE: | SUPPRESS per observation.
5,125 tagged claude-code-plugin, measured the same way as everything else here.
Browse within: claude-code-skills 186Multi-Agent 170code-quality 144agentic 68agentic-coding 68claude-code-subagents 68clean-architecture 67beta 63harness 63claude-plugin 58autonomous-coding 57claude-code-marketplace 54ai-pipeline 53agent-orchestration 49
Agent
Post-processes reflect candidates — validates that cross-session evidence citations actually exist in S-NNN-REPORT.md before proposals or micro-approvals are queued. Returns ACCEPT | DOWNGRADE: | SUPPRESS per observation.
Agent
Analyst perspective agent for devpace. Handles metrics collection, retrospectives, and trend analysis. Data analysis with write capability for dashboards and insights.
Agent
Engineer perspective agent for devpace. Handles CR implementation, quality gates, and code changes. Full file access for development work.
Agent
Product manager perspective agent for devpace. Handles iteration planning, change management, and business alignment. Analysis with write capability for planning and change execution.
oprogramadorreal/optimus-claude
Agent
You are a documentation auditor checking whether a project's existing setup-and-run instructions match the actual codebase state.
oprogramadorreal/optimus-claude
Agent
You are a project detection specialist producing a structured Context Detection Results summary for a HOW-TO-RUN.md onboarding document. Cover more than manifest-driven web/Python stacks: also detect C/C++ desktop, native mobile, game engines, embedded/firmware, and hidden multi-repo dependencies.
oprogramadorreal/optimus-claude
Agent
You are a project detection specialist analyzing a codebase to produce a structured Detection Results summary.
Agent Claude Code
Verifies prompt compression quality. Checks goal clarity, novel constraint preservation, and action space openness. Flags over-specification and training-redundant content. Returns VERIFIED or ISSUESFOUND.
Agent Claude Code
Verifies prompt token efficiency. In single-file mode, identifies inefficiencies (redundancy, verbosity). In two-file mode, verifies compression is lossless by comparing original vs compressed.
Junhanliu-dev/espalier-engineering
Agent
Implementation agent for {projectname} — writes code that follows the project's Espalier rules, layer specs, and Solution Selection Ladder (conventions first, correctness within them, clarity then brevity break ties). Spawned by the pipeline at Stage 3 (implementation — under folded test-mode this includes writing the…
Junhanliu-dev/espalier-engineering
Agent
Review agent for {projectname} — checks a diff against the project's Espalier conventions, layer boundaries, runtime surfaces, production-readiness seeds, test meaningfulness, and (advisory) minimalism + readability. Spawned fresh by the pipeline each Stage 4 review round (code AND its tests, one verdict) and for the…
Junhanliu-dev/espalier-engineering
Agent
Security audit agent that checks the trust boundary — never trust data from the frontend — on a pipeline change (Stage 4 panel) or repo-wide (/espalier-audit repo-audit mode). Audits client input on the money / identity / permission / ownership / state axes reaching an authorization or persistence sink; self-noops on…
Agent
Deep code understanding expert using AST knowledge graph. Use when exploring unfamiliar code, tracing complex relationships, or understanding module architecture.
Filip-Podstavec/claude-leverage
Agent
USE WHEN a test intermittently fails on unchanged code. Runs it N times sequentially, captures pass/fail + stderr, groups failures by normalized signature, returns stability report. Read-only — never modifies code or installs deps. For statistical signal across runs, not one-shot diagnosis.
Filip-Podstavec/claude-leverage
Agent
USE WHEN /repo-doctor --semantic runs. Judges whether discoverability artifacts (AGENTS.md, README, ADRs, GLOSSARY, per-dir AGENTS.md) are truthful, actionable, and mutually consistent — the quality layer deterministic checks cannot see. Read-only. Returns per-dimension JSON verdicts with file:line evidence. Advisory…
Filip-Podstavec/claude-leverage
Agent
USE BEFORE committing security-sensitive changes (auth, crypto, routes, templates, secrets). Audits current diff for OWASP-Top-10 patterns + deps typosquatting. Read-only. Returns Critical / Important / Nice schema with file:line. Model review — not a Semgrep/CodeQL replacement.
Agent Claude Code
Use this agent when the user wants to open a pull request, publish a session, or share work via a PR. This includes when the user says things like 'open a PR', 'create a pull request', 'share this session', 'publish to develop', or 'submit my work'. The agent should be used after a logical chunk of work is complete…
Agent
Devil's advocate architectural reviewer. Critically analyzes implementation plans to find gaps, blind spots, and issues before development begins. Auto-applies Critical and Important fixes to plan files.
Agent
Code standards enforcement worker. Reviews and fixes a batch of files to match project coding standards without changing behavior.
Agent
TDD implementation worker. Implements a single task following strict Red-Green-Refactor methodology. Use for executing individual plan tasks autonomously.
proyecto26/system-design-skills
Agent
Use this agent to drive a system-design problem end to end — from a vague prompt to a justified, stress-tested architecture — using the bottom-up building-block skills and the GUIDE reasoning loop. Trigger it for open-ended design problems ("design X"), system-design interview practice, or architecture reviews…
Agent
Use this agent when creating roadmaps, decomposing plans into tasks, making architecture decisions, or breaking down requirements into executable work. Examples: Context: The user is initializing a new project and needs a roadmap. user: "Create a roadmap for building this application" assistant: "I'll dispatch the…
Agent
Use this agent for comprehensive security and compliance analysis across all changes in a phase or milestone. Covers OWASP Top 10, secrets detection, dependency vulnerabilities, IaC security, and supply chain risks. Examples: Context: A phase build is complete and needs security review before proceeding. user: "Run a…
Agent
Use this agent when performing brownfield analysis on an existing codebase, onboarding to a new project, generating codebase documentation, or understanding legacy code. Examples: Context: The user wants to understand an existing codebase they are joining or inheriting. user: "I need to understand this existing…