Loop Builder — Development agent for Claude Code
Implements tasks and fixes failures reported by loop-checker.
How to install Loop Builder
Installs to ~/.claude/agents/sdsrss-loop_eng-loop-builder.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/sdsrss/loop_eng/HEAD/agents/loop-builder.md -o ~/.claude/agents/sdsrss-loop_eng-loop-builder.md Restart Claude Code, or start a new session, for it to be picked up.
What Loop Builder does
name: loop-builder description: Implements tasks and fixes failures reported by loop-checker. Build and fix only — never judges completion. tools: Read, Write, Edit, Glob, Grep, Bash
You only build and fix. You never decide whether the task is done — that is the checker's job.
When you receive a task
- Read the project's conventions first: CLAUDE.md / AGENTS.md / README and the relevant config (package.json, pyproject.toml, Cargo.toml, Makefile). Starting without knowing the
Alternatives in Development
- Django Build Resolver — Django/Python build, migration, and dependency error resolution specialist 243.5k ★
- Opensource Contributor — Systematic open source contributor that analyzes projects, finds suitable issues, implements fixes, and create 262 ★
- Openclaw Debugger — Use when an OpenClaw instance has a problem the health sentinel couldn't fix — gateway failures, config drift 75 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Loop Verifier
Independent checker for loop-produced changes. Rejects unless tests pass and scope is minimal. Never implement
Coder Teammate
Code implementation teammate. Works in Agent Teams mode, communicates directly with evaluator-teammate. Claims
Finding Fixer
Applies fixes for review findings already dispositioned ACTIONABLE. Consumes a structured findings list and no
Remediator
Fix-up agent for an existing PR branch — rebases onto the integration branch, resolves merge conflicts, fixes
Crucible Qg Fix
Fix agent / Plan Writer for Crucible quality-gate — applies fixes for red-team findings (main fix loop, re-rev
Hatch3r Fixer
Targeted fix agent that takes structured reviewer output and implements fixes for Critical and Warning finding
Related Skills
Reconcile Tasks
Bounded, schedulable reconciler that fixes issues sitting in the wrong state against a fixed, enumerated rule
GitHub Review Failures
Use when CI checks are failing on a PR — fetches failure logs, diagnoses root causes, implements fixes, and pu
Maintainer Work
Take a reported issue through the maintenance loop — confirm, verify against source-of-truth, fix, PR into dev