coding agent agents

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

comparator

49

EastStarAI/sanad-agent

Agent Codex

Compare two outputs WITHOUT knowing which skill produced them.

24 2d ago A 0 tokens copy · 100% MIT

grader

50

EastStarAI/sanad-agent

Agent Codex

Evaluate expectations against an execution transcript and outputs.

24 2d ago A 0 tokens copy · 100% MIT

parallel-dogfood

51

sanjayrohith/Dejavu

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?

21 7d ago A 0 tokens

failing-test-writer

52

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).…

19 2d ago A 85 tokens original Unlicense

test-deduplicator

53

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…

19 2d ago A 83 tokens original Unlicense

test-designer

54

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…

19 2d ago A 161 tokens original Unlicense

code-reviewer

55

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…

19 3mo ago A 234 tokens copy · 100% MIT

Explore

56

ilovepixelart/pi-code

Agent

Fast read-only codebase exploration that returns compressed findings.

16 14d ago A 12 tokens original MIT

Plan

58

ilovepixelart/pi-code

Agent

Designs implementation plans from context and requirements, read-only.

16 14d ago A 13 tokens original MIT

wsauret/flywheel

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…

14 5d ago A 239 tokens original MIT

wsauret/flywheel

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.…

14 5d ago A 253 tokens original MIT

reviewer-elegance

61

wsauret/flywheel

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…

14 5d ago A 178 tokens original MIT

cli-adapters

62

MarshallEriksen-Neura/ragcode

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.

11 1mo ago A 0 tokens original MIT

workflow-spec

63

MarshallEriksen-Neura/ragcode

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.

11 1mo ago A 0 tokens original MIT

analyzer

64

PackmindHub/skillsight

Agent Claude Code

Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.

9 2mo ago A 0 tokens copy · 100% Apache-2.0

comparator

65

PackmindHub/skillsight

Agent Claude Code

Compare two outputs WITHOUT knowing which skill produced them.

9 2mo ago A 0 tokens copy · 100% Apache-2.0

grader

66

PackmindHub/skillsight

Agent Claude Code

Evaluate expectations against an execution transcript and outputs.

9 2mo ago A 0 tokens copy · 100% Apache-2.0

macos

67

antoinedc/MantaUI

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.

9 2d ago A 0 tokens original MIT

manta-dev

68

antoinedc/MantaUI

Agent

Primary development agent for the MantaUI project. Handles all codebase work: desktop app, box server, and mobile client.

9 2d ago A 0 tokens original MIT

manta-reviewer

69

antoinedc/MantaUI

Agent

Runtime: OpenCode (alphaclaw, runtime 7ea2dd82-2171-443c-9012-f20364e5edcb) Visibility: workspace Concurrency: 1.

9 2d ago A 0 tokens original MIT

general-purpose

70

bacnh85/pi-extensions

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.

9 2d ago A 32 tokens

reviewer

71

bacnh85/pi-extensions

Agent

Code review specialist. Use for correctness, security, regression, and meaningful test-gap review.

9 2d ago A 21 tokens

scout

72

bacnh85/pi-extensions

Agent

Fast codebase recon that returns compressed context for handoff. Use for finding files, understanding structure, locating symbols.

9 2d ago A 26 tokens