gitwtfhub

wtf is coder?

muzam1l/coder — explained in plain English

Analysis updated 2026-05-18

7TypeScriptAudience · developer

TL;DR

A tool that delegates coding tasks to supervised AI subagents, letting you mix and match AI models and coding assistants.

Mindmap

mindmap
  root((Coder))
    What it does
      Delegates coding tasks
      Runs supervised subagents
      Keeps context clean
    Tech stack
      TypeScript
      Node.js
      CLI
    Use cases
      Split work across AI models
      Monitor live task progress
      Run many subagents at once
    Audience
      Developers
      AI coding users
    Setup
      Install plugin or npm package
      Connect an engine
      Configure per project

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Delegate an implementation task to a supervised AI subagent while staying in your main coding assistant.

REASON 2

Split coding work across different AI models, such as Codex, Claude, or a local model, based on cost or performance.

REASON 3

Watch a dispatched task's live progress and steer it mid-run with new instructions.

REASON 4

Run many lightweight subagents in parallel to speed up exploration or implementation work.

What's in the stack?

TypeScriptNode.jsCLI

How it stacks up

muzam1l/coderadguardteam/ruleseditoramazing-things/open-controller
Stars777
LanguageTypeScriptTypeScriptTypeScript
Last pushed2026-07-01
MaintenanceActive
Setup difficultyeasymoderate
Complexity2/53/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

Wtf does this do

Coder is a tool that lets you hand off coding work to separate AI subagents, regardless of which AI assistant you normally use or which AI model powers those subagents. Instead of one AI doing everything in a single long conversation, Coder splits off implementation details into supervised subagents while your main conversation stays focused on intent and coordination. It works across different hosts, meaning it plugs into tools like Claude Code, Codex, and anything that reads the shared Agent Skills folder on your computer. It is also cross model, so a task can be handled by Codex, Claude, another OpenAI compatible service, or even a model you run locally, and you can choose which model handles which task. Handoffs to subagents are meant to be quick and lightweight, so you can spin up many of them at once without slowing things down. Every task dispatched to a subagent stays visible: you can watch its progress live, correct its course partway through, or stop it entirely. Permissions are unified across every underlying engine into three simple modes: read only, workspace write, or fully automatic. Getting started means installing Coder into whichever host you use, such as Claude Code, either through that tool's own plugin system or through a global npm install. You then need at least one connected engine, which usually means logging into an existing AI coding subscription like Codex or Claude Code, though you can also point it at your own model. Once set up, you simply ask your regular AI assistant to use Coder for a task, or set it as the default for implementation work in your project's instructions file. Configuration lives in a JSON file, either machine wide or per project, where you define which engines to chain together and which model and permission level each one uses. A command line interface is also available for anyone who wants to dispatch, monitor, steer, or stop tasks directly rather than through their AI assistant.

Yoink these prompts

Prompt 1
Help me install Coder into Claude Code and connect it to an engine like Codex or Claude.
Prompt 2
Explain how to configure coder.config.json to chain multiple AI models for different tasks.
Prompt 3
Show me how to dispatch a task with the coder run command and check its status.
Prompt 4
Walk me through setting up Coder to use my own local model as an engine.

Frequently asked questions

wtf is coder?

A tool that delegates coding tasks to supervised AI subagents, letting you mix and match AI models and coding assistants.

What language is coder written in?

Mainly TypeScript. The stack also includes TypeScript, Node.js, CLI.

Who is coder for?

Mainly developer.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.