farm-out
Installation
SKILL.md
farm-out
Delegation runs in a separate process on a CLIProxyAPI wrapper, not in this session. This session keeps its own auth, Remote Control, and connectors; the work runs on proxy models.
Default runner is claude-code (Claude models via the proxy). Use
codex-code or gemini-code only when the task calls for a different model
family, or when cross-checking one family against another.
Supersedes the built-in tools
| Instead of | Use |
|---|---|
Agent tool / subagents |
scripts/farm.sh (single or fan-out) |
Workflow tool |
scripts/farm.sh --workflow <abs script> --args <file> --out <file> |
| in-session agent team | scripts/farm-team.sh |
| persistent / remote agents | the agent-spawn skill (it reaches other machines; this skill does not) |