What problem does it solve?
This Skill solves the problem of direct, structured communication between AI agents and orchestrators, eliminating the need for PTY scraping and enabling efficient multi-agent workflows.
Core Features & Use Cases
- Persistent Sessions: Maintain multi-turn conversations across invocations, scoped per repository.
- Named Sessions: Run parallel workstreams within the same repository.
- Prompt Queueing: Submit prompts while one is already running, executing in order.
- Session Controls: Manage session modes, configurations, and metadata.
- Session Export/Import: Move session records between machines.
- Use Case: For a software development team, use acpx to manage sessions with coding agents like Codex, Claude, and OpenClaw, facilitating efficient code reviews, debugging, and development workflows.
Quick Start
Install acpx globally with npm i -g acpx and run a prompt with acpx codex 'summarize this repo'.