acpx-team
v0.2.5
Published
Multi-agent collaboration skill — orchestrate AI agent teams via ACP with structured protocols, role-specialized councils, and plan-first workflows. Works with any ACP-compatible agent: Claude Code, Codex, OpenCode, Gemini, Cursor, Copilot, OpenClaw, and
Maintainers
Readme
acpx-team
Multi-agent collaboration skill for AI coding agents. Form agent teams, run deliberations, build consensus, and delegate work — all through the Agent Client Protocol (ACP).
Works with any ACP-compatible agent: Claude Code, Codex, OpenCode, Gemini CLI, Cursor, Copilot, OpenClaw, and more.
Install
npm i -g acpx-teamRequires acpx and at least one agent client (e.g. npm i -g @anthropic-ai/claude-code).
Quick Start
acpx-council review src/auth.ts # code review
acpx-council council "Should we use Redis or Memcached?" # ask anything
acpx-council debate "Migrate from REST to tRPC?" # go/no-go decision
acpx-council council "Refactor auth" --single-agent opencode --sessions 5 # single agent, multiple rolesHow It Works
- PLAN — Agents analyze independently (plan mode, no code changes)
- DELIBERATE — Agents review each other's analysis and revise
- CONVERGE — Orchestrator synthesizes consensus with action items
- EXECUTE — Agents implement based on the agreed plan
Documentation
Full documentation lives in acpx/SKILL.md (the skill definition). Key references:
references/butler-persona.md— Butler decision framework and task routingreferences/protocols.md— 7 collaboration patterns with decision matrixreferences/roles.md— Builtin roles, team presets, custom role creationreferences/agents.md— Agent profiles, install commands, mode switching
License
MIT
