agent-teams
File System Coordination for Claude Agent Team Collaboration
Install & Use
Copy this prompt and send it to your AI assistant (Claude / Cursor / TRAE / Codex / WorkBuddy etc.) to auto-install:
Help me install this AI Skill: agent-teams. It is used for: File System Coordination for Claude Agent Team Collaboration Full Skill content: https://321skill.com/skills/agent-teams-x-2/raw/index.md Read that page and install it.
The prompt includes a link to the full Skill content. You can also view the full content.
This Skill addresses the lack of a unified coordination mechanism when multiple Claude processes collaborate. In practical development, when multiple AI agents are needed to handle different subtasks in parallel (e.g., frontend/backend separation, simultaneous code review and fixes), the absence of a lightweight coordination layer often forces developers to manually manage sessions and pass context, leading to confusion and conflicts.
Usage is straightforward: simply define a team configuration file (containing member list and roles), then start each companion process using parameters like claude --agent-id. The system will automatically create JSON files for inboxes and tasks in the ~/.claude/teams/ directory. It uses fcntl file locks to ensure concurrency safety, with each agent independently polling its own task queue, enabling loosely-coupled asynchronous collaboration.
It is particularly suitable for teams or individuals working on parallel multi-module development, large-scale refactoring, or multi-agent code reviews. This is especially useful for those already using the Claude CLI for coding assistance who want to organize multiple AI agents into a virtual team to handle cross-file changes, cross-module testing, or heterogeneous tasks (e.g., frontend + backend + testing).
We recommend using this tool when tasks have inherent parallelism and each subtask can be completed independently. Note that it is primarily designed for loosely-coupled collaboration scenarios and is not suitable for tasks requiring tight sequential reasoning (e.g., single-line code debugging). It also requires local installation of tmux and the Claude CLI.
Key Features
Unlike MCP's Agent Orchestration Protocol, agent-teams is entirely file system-based (JSON files + fcntl locks), requiring no database or network layer. Each Claude process runs independently, making it easy to debug and extend, with no reliance on any central service.
Limitations
Requires local installation of tmux and the Claude CLI (with the CLAUD_CODE_EXPERIMENTAL_AGENT_TEAMS environment variable enabled). It only supports loosely-coupled parallel tasks and is not suitable for tight sequential reasoning scenarios.
FAQ
Does this skill require a network connection?
No, all communication occurs via the local file system. It requires no network or database and runs completely offline.
How do I install it?
Install via ClawHub: `clawhub install agent-teams`, or get the conjure plugin from the GitHub repository `athola/claude-night-market`.
Installation guide for AI assistants
If your AI coding assistant (Claude Code, Cursor, TRAE etc.) can see this page, send it this message to auto-install:
Visit https://321skill.com/skills/agent-teams-x-2/raw/index.md to read the original Skill definition (Markdown format) for agent-teams, and install it according to the instructions.
Raw Markdown URL for AI: /skills/agent-teams-x-2/raw/index.md