One-click install
npx skills add https://github.com/xiaoshuangLi/aibo --skill acpx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: acpx
Source: https://github.com/xiaoshuangLi/aibo/tree/main/skills/acpx
Command: npx skills add https://github.com/xiaoshuangLi/aibo --skill acpx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables structured, persistent collaboration with local coding agents via the ACP to streamline multi-turn coding tasks. This approach replaces ad-hoc CLI invocations with a unified, protocol-based workflow.

Core Features & Use Cases

  • Persistent multi-turn sessions across coding agents (codex, claude, gemini, etc.) over ACP.
  • Named parallel sessions to run backend and frontend tasks simultaneously within the same repository.
  • Prompt queueing and cooperative cancellation for smooth task orchestration.
  • Typed ACP messages and structured responses for reliable tooling integration.

Quick Start

Start a persistent ACP session with a coding agent by issuing a single prompt to open a session and send your first task.

Frequently Asked Questions about acpx

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage persistent multi-turn sessions with local coding agents?

Persistent multi-turn sessions with local coding agents are managed over ACP using named sessions and typed messages. This replaces ad-hoc CLI invocations with a unified, protocol-based workflow to handle complex software tasks like debugging and feature implementation.

Can I run parallel coding sessions for backend and frontend tasks in the same repository?

Yes, you can run parallel coding sessions for backend and frontend tasks in the same repository. ACP supports named parallel sessions, allowing multiple local coding agents to operate simultaneously and independently within your project.

Does ACP support prompt queuing and cooperative cancellation for coding agents?

ACP supports prompt queuing and cooperative cancellation to ensure smooth task orchestration. This allows you to manage multiple prompts sequentially and safely cancel ongoing agent tasks without disrupting the overall session workflow.

How does structured communication with local coding agents work over ACP?

Structured communication over ACP works by using typed ACP messages to format interactions with local coding agents. This protocol-based approach provides structured responses, ensuring reliable tooling integration for code review and feature implementation.

What is required to coordinate local coding agents over ACP?

Coordinating local coding agents over ACP requires ACP-compatible agents and session management capabilities. You need an environment that supports named sessions, prompt queuing, and typed ACP messages to structure multi-turn interactions properly.