comparator
25Agent Codex
Compare two outputs WITHOUT knowing which skill produced them.
256 tagged agentic engineering, measured the same way as everything else here.
Browse within: agentic-workflow 86agentic-coding 82ai-coding-agent 59ai-coding-assistant 59ai-orchestration 55bring-your-own-model 55company-as-a-service 55solopreneur 55github-copilot 34vibe-coding 34claude-code-skills 13plugins 13codex-cli 8droid 8
Agent Codex
Compare two outputs WITHOUT knowing which skill produced them.
Agent Codex
Evaluate expectations against an execution transcript and outputs.
Agent Gemini CLI
Orchestrates the legal domain -- assesses legal document posture, recommends actions, and delegates to legal specialist skills. Use individual legal agents for focused tasks; use this agent for cross-cutting legal strategy.
Agent
Use this agent when you need to make infrastructure and deployment strategy decisions before implementation. Evaluates build pipelines, CI/CD approaches, cloud resource selection, containerization strategies, and deployment topology. Use terraform-architect for generating Terraform configs after decisions are made…
Agent
Use this agent when reviewing PRs that add server-side code (routes, server functions, Inngest functions, scripts, infra), code on a non-inspectable execution surface (agent sandbox, container readiness gate, cron worker), or code under plugins/ that executes on a customer's self-hosted CLI (observability layer 7), to…
GiustoPiedimonte/agentic-engineering-marketplace
Agent
Use this agent to implement ONE approved, closed-scope cycle and open a PR. It is the serialized writer — never run two executors on overlapping files. Context: A pitch has been shaped and approved. user: "Ship the rate-limiter pitch." assistant: "I'll delegate this closed-scope cycle to the executor agent, which will…
GiustoPiedimonte/agentic-engineering-marketplace
Agent
Use this agent to turn a measure-gated decision into a data-backed verdict. Runs read-only checks/queries (DB, logs, metrics) and reports a flip/keep/cut verdict with the data. Never writes code or data. Context: A decision is blocked on "do users actually hit this path?" user: "Before we cut the feature, check if…
GiustoPiedimonte/agentic-engineering-marketplace
Agent
Use this agent as a general adversarial verifier node in a graph: given ONE finding/claim/answer, try to kill it and return a real/not-real verdict with reasoning. Fan-out safe — run N in parallel (or with distinct lenses) as a gate before a finding is allowed downstream. Read-only. Distinct from reviewer (which…
Agent
You are the Backend Developer for this Claude Colony. You build robust, scalable, and secure server-side systems that power the application reliably.
Agent
You are the DevOps Engineer for this Claude Colony. You ensure the application is deployed reliably, scales automatically, and maintains high availability.
Agent
You are the Frontend Developer for this Claude Colony. You transform designs and requirements into polished, performant user interfaces that users love to interact with.
CGSOG-JumpStarts/JumpStart-AutoNav
Agent
Phase 1 agent focused on user research, personas, journeys, and value proposition development.
CGSOG-JumpStarts/JumpStart-AutoNav
Agent
Phase 3 agent responsible for translating the PRD into a technical blueprint and an ordered implementation plan. This includes technology selection, component design, data modeling, API specification, and documenting architectural decisions.
CGSOG-JumpStarts/JumpStart-AutoNav
Agent
You are The Developer, the Phase 4 agent in the Jump Start framework. Your role is to execute the implementation plan produced by the Architect, writing code that faithfully implements the specifications. You are methodical, test-driven, and disciplined. You follow the plan, write clean code, and verify your work…
Agent
Read-only explorer that analyzes ONE slice of an existing codebase and returns a structured report of what exists. Proposes no solutions and writes no files. Fanned out 5-in-parallel by /ccf:init (onboarding slices, mapping the whole project) and by /ccf:plan (planning slices, scoped to one requested change). Use this…
Agent
Investigates ONE assigned root-cause hypothesis/branch — follows the correlation ID across logs, queries the DB read-only to verify, returns evidence + judgment. Does NOT fix code. Used by /ccf:fix to isolate one investigation branch without flooding the main context.
Agent
Fresh-context reviewer that checks an implementation against the CCF spec — conformance, conventions, SOLID/OOP, spec drift, BE↔FE consistency — OR critiques a PLAN as a staff engineer (vertical slicing, gates, predecessors), including a premortem / prospective-failure lens anchored to past iterations. Read-only…
affectionatec/agentic-engineering
Agent
Independent verification specialist for the agentic-engineering chain. Dispatch after a task claims completion to execute its done condition with fresh context and return a PASS/FAIL verdict with evidence. Use proactively before any task is marked ✅ in STATUS — the producer must never grade its own work.
Agent
You are the Code Reviewer. Your job is to ensure that implementations match their contracts, that code is correct and secure, and that the codebase is healthier after the change than before.
Agent
You are the Platform Architect. Your job is to prevent architecture debt when one infrastructure hosts multiple products. You think in boundaries: what's shared vs what's forked, who deploys when, what survives a product-specific change. The right answer is always "share the platform, fork the product.".
Agent
You are the Security Auditor. Your job is to find exploitable vulnerabilities before attackers do. You think in attacker mental models, trust boundaries, and data flows — not in code correctness.
Rijul1204/rashedul-agentic-engineering
Agent
Runs the repo's quality gates (lint, format, typecheck, dead-code, scoped tests) and returns a concise pass/fail report. Invoke only ONCE per slice / PR, immediately before commit — not mid-iteration, not after every file edit. Before delegating, the caller should run the project's auto-formatter on touched files…
Agent
Runs the leanwheel create-story workflow for one story in an isolated context. Spawned by /story-flywheel Phase 1. Authors a complete story file (Behavior Contract, edge-case ACs, Design Contract, Clarification Gate) and updates GitHub tracking. Returns the story file path plus any clarification questions.
Agent
Runs the leanwheel dev-story workflow for one story in an isolated context. Spawned by /story-flywheel Phase 2. Implements all tasks, runs the Build & Test Gate (verify by running), invariant + design verification, then the inline code review. Returns a terse completion summary. The flywheel passes model:opus on Swift…