acp-router

Routes AI coding agent requests to ACP runtime or acpx sessions.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/nuno7lopes/alisio --skill acp-router-nuno7lopes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: acp-router
Source: https://github.com/nuno7lopes/alisio/tree/main/extensions/acpx/skills/acp-router
Command: npx skills add https://github.com/nuno7lopes/alisio --skill acp-router-nuno7lopes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill routes user requests for various AI coding agents (e.g., Pi, Claude Code, Codex, Copilot) to either Alisio ACP runtime sessions or direct acpx-driven sessions, optimizing the flow of coding-agent thread requests.

Core Features & Use Cases

  • Request Routing: Directs user requests to specific AI coding agents through Alisio ACP runtime or direct acpx-driven sessions.
  • Session Management: Manages the creation and continuation of harness work sessions.
  • Fallback Mechanisms: Provides fallback options when ACP runtime or acpx path is unavailable or unhealthy.
  • Use Case: A user can initiate a request to run a piece of code in an AI coding agent like Codex or Copilot, and the Skill will route this request to the appropriate runtime session.

Quick Start

Use the acp-router skill to spawn a new Codex session in a thread: spawn codex session to say hello.

Frequently Asked Questions about acp-router

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

FAQPage Schema
How do I route AI coding agent requests to different runtime sessions?

AI coding agent request routing directs user prompts to either Alisio ACP runtime sessions or direct acpx-driven sessions, optimizing the flow of coding-agent thread requests. It handles thread creation and session management automatically.

Can I use Claude Code or Copilot with ACP runtime session management?

Yes, ACP runtime session management supports AI coding agents like Claude Code and Copilot. It manages the creation and continuation of harness work sessions for these tools through unified routing.

Do I need ACP runtime or acpx CLI to route coding agent threads?

Yes, you need either the ACP runtime or the acpx CLI installed to execute coding agent thread routing. The skill requires these environments to spawn and manage sessions successfully.

What happens when the ACP runtime or acpx path is unavailable during coding agent routing?

When ACP runtime or acpx paths are unavailable or unhealthy, the routing mechanism provides fallback options to handle the coding agent requests rather than failing the session outright.

How do I spawn a new Codex session in a thread?

To spawn a new Codex session, use the acp-router skill with a command like 'spawn codex session to say hello'. This routes the request to the appropriate ACP runtime or acpx-driven session.