acp

Delegate coding tasks to external agents via ACP and stream results.

2|2|Updated May 13, 2026
One-click install
npx skills add https://github.com/autonomy-cloud/kairos-interface --skill acp-autonomy-cloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: acp
Source: https://github.com/autonomy-cloud/kairos-interface/tree/main/assistant/src/config/bundled-skills/acp
Command: npx skills add https://github.com/autonomy-cloud/kairos-interface --skill acp-autonomy-cloud

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the friction of manually switching contexts to code, while enabling external coding agents to work on a task and stream progress back into your session.

Core Features & Use Cases

  • Spawns external coding agents via ACP: start Codex/Claude Code (or other ACP-compatible adapters) as subprocesses over stdio so they can run autonomously and stream results.
  • Manages agent lifecycle: check status, steer (interrupt) an in-flight session, abort a session, and list available agents to surface setup gaps.
  • Controls execution location: run the agent in a chosen working directory (e.g., project root) to reduce accidental edits and support parallel work.

Quick Start

Ask your assistant to delegate a coding task using ACP for your current project directory.

Frequently Asked Questions about acp

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

FAQPage Schema
How do I delegate coding tasks to an autonomous agent like Codex or Claude Code?

To delegate coding tasks, you use ACP to spawn external coding agents like Codex or Claude Code as subprocesses over stdio. This enables the autonomous agents to run in your project directory, edit files, and stream results directly back into your session.

How do I control an in-flight coding agent session after it has started?

You control an in-flight coding agent session using built-in lifecycle management tools. You can check status, steer to interrupt an ongoing task, abort the session entirely, or list available agents to manage the autonomous subprocess execution.

Do I need to install specific adapters to use ACP for coding delegation?

Yes, you need ACP adapters installed and available on your system PATH to use coding delegation. The skill relies on these adapters to spawn and communicate with external coding agents over standard input and output streams.

Can I run multiple coding agents in parallel across different project directories?

Yes, you can run multiple coding agents in parallel because ACP supports configurable concurrency and allows you to set the working directory. Running agents in chosen project roots reduces accidental edits and enables parallel work.

What is the best way to monitor the progress of an autonomous coding subprocess?

The best way to monitor an autonomous coding subprocess is by using ACP session control tools. You can stream their progress back into your session and use the status tool to check the real-time state of the spawned agents.

Why does my ACP agent fail to list or spawn external coding tools?

Your ACP agent fails to spawn or list external coding tools when the required ACP adapters are not installed or missing from the system PATH. Use the list-agents tool to surface these setup gaps and verify your adapter configuration.