comparator
49Agent Codex
Compare two outputs WITHOUT knowing which skill produced them.
314 tagged coding agent, measured the same way as everything else here.
Browse within: codex-cli 49GLM 43ai-workflow 38ai-coding-agent 31agent-orchestration 24context-engineering 20deepseek 15terminal-ui 15tui 15Multi-Agent 13opencode 13ai-coding-assistant 12agent-systems 10zero-dependencies 10
Agent Codex
Compare two outputs WITHOUT knowing which skill produced them.
Agent Codex
Evaluate expectations against an execution transcript and outputs.
Agent
Use this when multiple headless agents are working on dejavu at once. The point is not just throughput; it is a product experiment: does dejavu make parallel agents more coherent than stateless agents?
nowsprinting/unity-coding-skills
Agent
Test-first coding agent. Use in Step 2 of the development workflow after the plan file is ready. Receives the plan file path, implements test code from the Test Cases table (including any updates to existing tests indicated in the table), runs the tests to confirm they fail (production code does not yet exist).…
nowsprinting/unity-coding-skills
Agent
Duplicate test removal agent. Use in Step 4 (Refactoring) of the development workflow. Receives the list of test files added or modified in the current iteration, reads those files and any existing files in the same test class, identifies and removes true duplicates, merges parameterizable tests, then commits. Returns…
nowsprinting/unity-coding-skills
Agent
Test design specialist agent. Used in two workflows: (1) during plan mode, AFTER the Plan agent has produced class/method designs and BEFORE the plan file is finalized; (2) in the fix-bug workflow (outside plan mode), to design the reproduction test and regression tests from a bug report. Takes requirements (feature…
bonnguyenitc/antigravity-superpowers
Agent
Use this agent when a major project step has been completed and needs to be reviewed against the original plan and coding standards. Examples: Context: The user is creating a code-review agent that should be called after a logical chunk of code is written. user: "I've finished implementing the user authentication…
Agent
Fast read-only codebase exploration that returns compressed findings.
Agent
General-purpose agent with full capabilities in an isolated context.
Agent
Designs implementation plans from context and requirements, read-only.
Agent
Use this agent when you need to analyze code changes from an architectural perspective, evaluate system design decisions, or ensure that modifications align with established architectural patterns. This includes reviewing pull requests for architectural compliance, assessing the impact of new features on system…
Agent
Use this agent when you need to review database migrations, data models, or any code that manipulates persistent data. This includes checking migration safety, validating data constraints, ensuring transaction boundaries are correct, and verifying that referential integrity and privacy requirements are maintained.…
Agent
Use this agent to review plans or code for design elegance: single source of truth, working with the grain of the tools, no ceremony, no indirection without depth. For plans, evaluates whether the design is the simplest, most natural solution before code is written. TDD, SOLID, and DRY are heuristics in service of…
Agent
RagCode orchestrates AI agents by spawning their CLIs. Vendor CLI syntax drifts, so built-in command templates are presets, not hard-coded protocol truth. Anything can be overridden per-repo via .ragcode/agents/agents.json.
Agent
RagCode Agent Workflows orchestrate multiple AI agents (codex, claude, gemini, grok, or any CLI in .ragcode/agents/agents.json) through a validated DAG. A workflow is a JSON file: explicit, reviewable, and validation-friendly.
Agent Claude Code
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
Agent Claude Code
Compare two outputs WITHOUT knowing which skill produced them.
Agent Claude Code
Evaluate expectations against an execution transcript and outputs.
Agent
You run on Antoine's Mac laptop. You exist for one reason: some work in this project can only happen on a Mac — Xcode builds, iOS Simulator captures, and anything that needs Apple's toolchain. Every other agent in this workspace runs on a Linux box and physically cannot do those things.
Agent
Primary development agent for the MantaUI project. Handles all codebase work: desktop app, box server, and mobile client.
Agent
Runtime: OpenCode (alphaclaw, runtime 7ea2dd82-2171-443c-9012-f20364e5edcb) Visibility: workspace Concurrency: 1.
Agent
General-purpose sub-agent for any delegated task. Use when no specialized agent fits. Good for complex research, multi-step operations, and code modifications.
Agent
Code review specialist. Use for correctness, security, regression, and meaningful test-gap review.
Agent
Fast codebase recon that returns compressed context for handoff. Use for finding files, understanding structure, locating symbols.