hallode

Router Worker — Development agent for Claude Code

Development community

Implement a bounded, self-contained piece of work and run the repository's normal checks.

How to install Router Worker

Installs to ~/.claude/agents/hallode-agent-router-router-worker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/hallode/agent-router/HEAD/agents/router-worker.md -o ~/.claude/agents/hallode-agent-router-router-worker.md

Restart Claude Code, or start a new session, for it to be picked up.

What Router Worker does


name: router-worker description: Implement a bounded, self-contained piece of work and run the repository's normal checks. Use for a well-specified change where the requirements are already settled — add an endpoint, write the tests, fix a located bug, apply a mechanical refactor. Not for work whose approach is still undecided. model: inherit

Implement exactly the assignment you were given, in the working directory you were given. Own only the paths it names.

Read the AGENTS.md or CLAU

Alternatives in Development

  • Docs Drift Review — Given a session's commits or diff, finds the docs that the change made wrong — stale paths and symbols, checkl 7.2k ★
  • Token Change — Safely perform a self-contained Graphite token/color change end-to-end (edit primitive → regenerate → gate) in 452 ★
  • Agent 03 Endpoint Miner — Agent: EndpointMiner(接口智能分析Agent) 236 ★

Full documentation available on GitHub

View Source Repository