Claude_code_agent_farm banner
Dicklesworthstone Dicklesworthstone

Claude_code_agent_farm

Development community intermediate

Description

> Orchestrate multiple Claude Code agents working in parallel to improve your codebase through automated bug fixing or systematic best practices implementation

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Claude Code Agent Farm 🤖🚜

Orchestrate multiple Claude Code agents working in parallel to improve your codebase through automated bug fixing or systematic best practices implementation

[](https://www.python.org/downloads/) [](./LICENSE) [](https://github.com/astral-sh/ruff)

🎯 What is this?

Claude Code Agent Farm is a powerful orchestration framework that runs multiple Claude Code (`cc`) sessions in parallel to systematically improve your codebase. It supports multiple technology stacks and workflow types, allowing teams of AI agents to work together on large-scale code improvements.

Key Features

  • 🚀 Parallel Processing: Run 20+ Claude Code agents simultaneously (up to 50 with max_agents config)
  • 🎯 Multiple Workflows: Bug fixing, best practices implementation, or coordinated multi-agent development
  • 🤝 Agent Coordination: Advanced lock-based system prevents conflicts between parallel agents
  • 🌐 Multi-Stack Support: 34 technology stacks including Next.js, Python, Rust, Go, Java, Angular, Flutter, C++, and more
  • 📊 Smart Monitoring: Real-time dashboard with context warnings, heartbeat tracking, and tmux pane titles
  • 🔄 Auto-Recovery: Automatically restarts agents when needed with adaptive idle timeout based on work patterns
  • 📈 Progress Tracking: Git commits with rich diff summaries and comprehensive HTML run reports
  • 🔄 Context Management: Agents automatically clear their own context when nearing limits, plus one-key broadcast of /clear to all agents (Ctrl+R)
  • ⚙️ Highly Configurable: JSON configs with variable substitution and dynamic chunk sizing
  • 🖥️ Flexible Viewing: Multiple tmux viewing modes with shell completion support
  • 🔒 Safe Operation: Automatic settings backup/restore with size-based rotation, file locking, atomic operations
  • 🛠️ Development Setup: 24 integrated tool installation scripts and pre-flight verification

...