Agent Client Protocol
Description
A protocol for connecting any editor to any agent
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
Agent Client Protocol
The Agent Client Protocol (ACP) standardizes communication between _code editors_ (interactive programs for viewing and editing source code) and _coding agents_ (programs that use generative AI to autonomously modify code).
The protocol is still under heavy development, and we aim to mature it as we get confidence in the design by implementing it in various settings.
Learn more at [agentclientprotocol.com](https://agentclientprotocol.com/).
Integrations
Editors
- Zed
- neovim through the CodeCompanion plugin
- marimo notebook
- yetone/avante.nvim: A Neovim plugin designed to emulate the behaviour of the Cursor AI IDE.
Agents
Libraries and Schema
- Rust: `agent-client-protocol` - See examples/agent.rs and examples/client.rs
- TypeScript: `@zed-industries/agent-client-protocol` - See examples/
- Go: `github.com/zed-industries/agent-client-protocol/go` - See example/ and the Go README
- JSON Schema: schema.json
- **use-acp**: React hooks for connecting to Agent Client Protocol (ACP) servers.
Contributin
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11