A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
ACP adapter for the real Claude Code CLI: Rust PTY bridge for Zed and other Agent Client Protocol clients.
ACP adapter for the real interactive Claude Code CLI.
The adapter runs claude through a PTY, reads Claude transcript JSONL for canonical content, and exposes an Agent Client Protocol server for editors. It also keeps a direct interactive pass-through mode and a print mode that replaces claude -p by using the interactive CLI path.
Prerequisites:
npm install -g @anthropic-ai/claude-code, then run claude.Recommended install after npm publication:
npm install -g claude-code-cli-acp
claude-code-cli-acp doctor
Other supported install paths:
cargo install claude-code-cli-acp --locked
cargo install --git https://github.com/moabualruz/claude-code-cli-acp --locked
cargo install --path . --locked
Direct GitHub release archives and future Homebrew tap setup are documented in docs/install.md.
Configure any ACP-compatible client to run:
claude-code-cli-acp
The ACP server speaks JSON-RPC over stdio. Editor clients must launch it as a local agent process, not through a shell that writes prompts or banners to stdout.
Zed setup details live in docs/editor-setup.md.
Zed supports registry-installed external agents and manual custom agents. This adapter can be used manually today through Zed agent_servers, and the ACP Registry publishing checklist is documented in docs/publishing.md.
Interactive pass-through:
claude-code-cli-acp interactive -- --model sonnet
Default no-handshake invocation behaves like interactive pass-through, but do not alias over claude; that name belongs to the installed Claude Code CLI. If you want a shortcut, use a non-conflicting name:
alias claude-acp='claude-code-cli-acp'
Print mode drives interactive Claude and extracts transcript output. It must not call claude -p for core behavior:
claude-code-cli-acp print "summarize this repo"
echo "write release notes" | claude-code-cli-acp print --output-format json
Doctor and drift checks:
claude-code-cli-acp doctor
claude-code-cli-acp doctor --live-docs
just drift-live
doctor --live-docs compares local claude --help, installed version, npm metadata, and official docs assumptions against the compatibility matrix.
Local gate:
just ci
Real e2e is opt-in because it uses the installed Claude CLI and can create transcript records under ~/.claude:
just real-e2e
See docs/real-e2e.md for prerequisites and expected coverage.
Developer and package validation docs live in docs/development.md. Publishing workflow docs live in docs/publishing.md.
Claude transcripts are plaintext under ~/.claude/projects/<project>/<session>.jsonl. This adapter treats transcript text as sensitive: no body text in logs by default, redaction in diagnostics, and explicit unsafe opt-in required for full transcript debugging.
More detail: docs/security.md.
Claude Code changes quickly. Compatibility rules and drift procedure live in docs/compatibility.md.
This project was inspired and guided by Zed codex-acp, agentclientprotocol/claude-agent-acp, OpenAI Codex, OpenCode, and the ACP/Rust SDK ecosystem. Packaging templates use the public Simple Icons Claude SVG. See NOTICE.md.
Apache-2.0.
A Claude Code skill by Hao (駱君昊) that learns your Facebook voice and auto-posts to FB / IG / Threads / X with a 14-day c
Human + AI music production workflow for Suno - skills, templates, and tools
1000+ skills curated from Anthropic, Vercel, Stripe, and other engineering teams
Claude Code skill for YouTube creators — channel audits, video SEO, retention scripts, thumbnails, content strategy, Sho