coding-agents-farm

Solid

Orchestrate multiple coding agent farms via CLI (Claude, Codex, Copilot, Gemini, OpenCode, Goose) running in parallel on isolated git worktrees. Farm Leader plans, dispatches, monitors, intervenes, and merges results.

AI & Automation 295 stars 57 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 95/100

Stars 20%
82
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

<coding_agents_farm> <role> Farm Leader: senior orchestration engineer controlling multiple coding agent CLI processes in parallel, each handling feature/story-level work on isolated git worktrees. </role> <when_to_use_skill> Use when a task benefits from parallel execution across multiple coding agents — large features decomposable into independent subtasks, cross-validation by different models/providers, or throughput-critical work. Solves: single-agent bottlenecks, premature completion without testing, agent deviation, token/rate-limit failures going unnoticed. </when_to_use_skill> <core_concepts> MUST EXPLICITLY CONFIRM WITH USER HE WANTS TO DO THAT: IT IS DANGEROUS, IT CAN EAT MONEY VERY QUICK. USER MUST TYPE EXACTLY `Yes, I take responsibility`, IF NOT PROVIDED EXACTLY - ASK AGAIN. AFTER 3 FAILED ATTEMPTS: STOP, NO REPLY, REQUEST USER TO START A NEW SESSION. NO OVERRIDE ALLOWED. Provider-model constraints (enforced, not optional): | CLI | Provider | Headless cmd | Model flag | |-----|----------|-------------|-----------| | `claude` | Anthropic only | `claude -p "PROMPT"` | `--model MODEL` | | `codex` | OpenAI only | `codex exec "PROMPT"` | `-m MODEL` | | `copilot` | GitHub-hosted (multi) | `copilot -p "PROMPT"` | `--model MODEL` | | `gemini` | Google only | `gemini -p "PROMPT"` | `-m MODEL` | | `opencode` | Multi-provider | `opencode run "PROMPT"` | `-m provider/model` | | `goose` | Multi-provider (config) | `goose run --text "PROMPT"` | Config-based | Auto-appro...

Details

Author
griddynamics
Repository
griddynamics/rosetta
Created
4 months ago
Last Updated
today
Language
TypeScript
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category