Multi-agent collaboration in your favorite IDE. No new apps - just npm install and your AI IDE gains multi-agent superpowers. Works with Claude Code, Cursor, Windsurf, Cline, Aider and more.
# EasyAgents **Multi-agent collaboration in YOUR favorite IDE.** No new apps to learn. No context switching. Just install, and your existing AI IDE gains multi-agent superpowers. [中文文档](#中文文档) ## Why EasyAgents? Traditional multi-agent systems require you to leave your IDE and use a separate application. EasyAgents takes a different approach: | Traditional Multi-Agent | EasyAgents | |------------------------|------------| | Install new application | `npm install -g easyagents` | | Learn new interface | Use your existing IDE | | Single tool only | Mix any AI IDEs together | | Proprietary workflow | Open, file-based coordination | **Works with any AI IDE that supports custom commands/skills:** - Claude Code - Cursor - Windsurf - Cline - Aider - ...and more **Mix and match!** Use Claude Code for backend, Cursor for frontend, and Windsurf for tests - all coordinating through EasyAgents. ## Features - **IDE Agnostic** - Works with any AI IDE, mix different IDEs in one workflow - **Task Management** - Create, assign, and track tasks with dependencies - **File Locking** - Prevent conflicts when multiple agents edit the same file - **Agent Coordination** - Manage multiple AI agents working in parallel - **Progress Visualization** - View progress with tables, charts, and Mermaid diagrams - **Context Passing** - Share outputs between dependent tasks ## Installation ```bash npm install -g easyagents ``` ## Quick Start ### 1. Initialize your project ```bash ea init ``` ### 2. Plan tasks with AI (in Claude Code) Tell the AI what you want to build: ``` /ea-plan Build a user authentication system with login, registration, and password reset ``` The AI will: - Analyze your requirements - Break them down into tasks with dependencies - Tell you how many parallel agents are recommended ### 3. Work with multiple agents Open multiple AI IDE windows - **any combination works**: - 3 Claude Code windows - 2 Cursor + 1 Windsurf - Claude Code + Cursor + Cline + Aider In
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.