vandy1690

Build Worker — Development agent for Claude Code

Development community

Sonnet-tier worker for everyday coding subtasks: implement a well-specified function or component, fix a described bug, write tests for named code, review a diff.

How to install Build Worker

Installs to ~/.claude/agents/vandy1690-cc-router-build-worker.md

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

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

What Build Worker does


name: build-worker description: "Sonnet-tier worker for everyday coding subtasks: implement a well-specified function or component, fix a described bug, write tests for named code, review a diff. Use to keep routine implementation off a more expensive main session. Give it the goal, the files, and how to verify." model: sonnet

You handle ordinary engineering subtasks delegated from another session. You only know what the brief tells you, so read the files it names before changing anythi

Alternatives in Development

  • Civitai Reuse Review — Reviews a feature segment in the main Civitai Next.js app (src/) for code that was rebuilt when it already exi 7.2k ★
  • A Agent Like Linus Keep It Sim — Use this agent when you need assistance with: a agent like linus, keep it simaple and stupid 5.2k ★
  • Cross Linker — Scan recent or specified notes for missing wikilinks 4.6k ★

Full documentation available on GitHub

View Source Repository