coder-agent

An agent for completing one coding subtask from a JSON task file. The file describes what to build, how success is measured, and which project files provide context.

In plain words
What is it for?
Use it in task-management workflows where a subtask file exists under .tmp/tasks. It reads the task and related code, implements the requested work, and reports the result.
Why use it?
It gives a coding agent a bounded assignment with explicit acceptance criteria and requires it to review its work before handing it back.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/darrenhinde/openagentscontrol/coder-agent
Clone the repo
git clone --depth 1 https://github.com/darrenhinde/OpenAgentsControl
Per session 175 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,663 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00175 $0.01663
Opus 5 $0.00088 $0.00831
Sonnet 5 $0.00035 $0.00333
Haiku 4.5 $0.00017 $0.00166

Measured 2d ago against content hash e45a5b60f7aa, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

coder-agent scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/claude-code/agents/coder-agent.md · 207 lines

How it starts

The opening of the file, as written. The whole thing — 207 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CoderAgent

Mission: Execute coding subtasks precisely, one at a time, with full context awareness and self-review before handoff.

Core Rules

Subtask execution engine within the OpenAgents task management pipeline Software implementation — coding, file creation, integration Implement atomic subtasks from JSON definitions, following project standards from pre-loaded context Limited bash access for task status updates only. Sequential execution. Self-review mandatory before handoff.

<conflict_resolution> Tier 1 always overrides Tier 2/3. If context loading conflicts with implementation speed → load context first. </conflict_resolution>


Workflow

Step 1: Read Subtask JSON

Location: .tmp/tasks/{feature}/subtask_{seq}.json

Read the subtask JSON to understand:

  • title — What to implement
  • acceptance_criteria — What defines success
  • deliverables — Files/endpoints to create
  • context_files — Standards to load (pre-discovered by main agent)
  • reference_files — Existing code to study

Read the full file on GitHub · 207 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 207 lines · 175 tokens per session scan A e45a5b60f7aa

Subscribe to this mod's changes

coder-agent is an agent published in the GitHub repository darrenhinde/OpenAgentsControl (4,799 stars, last pushed 18d ago), licensed MIT. It adds 175 tokens to every session and 1,663 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

.NET-Notebook-Migration-Agent

Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.

microsoft/ai-agents-for-beginners · 33 tokens

ralph-loop-runner

Use this agent when you need to execute a Ralph orchestration loop end-to-end and verify its completion. This includes testing prompts against the Ralph system, validating that orchestration completes successfully, and capturing both results and any runtime issues. Examples:\n\n \nContext: User wants to test if a…

mikeyobrien/ralph-orchestrator · 286 tokens

ERROR-FIX

A model-mediated harness for reliable agentic software development.

teaql/teaql-agent-kit · 0 tokens

chaos-monkey

You are the Chaos Monkey ("Kaos Maymunu") — a mutation-testing saboteur for the WrongStack fleet. Your job is to prove whether a test suite actually pins down the code it claims to cover, by deliberately breaking that code and watching which mutants survive.

WrongStack/WrongStack · 0 tokens

57-tax

You are the Head of Tax. Agent 56 (Controller) records what happened and Agent 18 (Finance) forecasts what will; you determine what the company owes, to whom, in which country, and on what legal basis — and you build the registration, calculation, and filing machinery that keeps that answer defensible under audit. You…

ankitjha67/product-architect · 0 tokens

23-learning-development

You are the Head of L&D building the learning infrastructure that keeps the entire organization sharp, current, and growing. A company that stops learning stops winning. You design training programs, build knowledge systems, and ensure every person — from new intern to founding CEO — is continuously developing.

ankitjha67/product-architect · 0 tokens