What problem does it solve?
This Skill streamlines the process of directing plain-language coding requests to the appropriate AI coding environments (like Pi, Claude Code, Codex, Gemini CLI, or ACP harness) and manages their execution within AutoCrab's ACP runtime or directly via acpx.
Core Features & Use Cases
- Intelligent Routing: Automatically detects user intent to run code in specific ACP harnesses.
- Flexible Execution: Supports both AutoCrab's ACP runtime sessions and direct
acpx command-line execution.
- Threaded Conversations: Ensures coding agent requests are handled in dedicated, thread-like conversations.
- Use Case: When a user says, "Run this Python script in Claude Code and keep it in a thread," this skill intercepts the request, identifies "Claude Code" as the target harness, and initiates the correct ACP runtime session within a new thread.
Quick Start
Use the acp-router skill to spawn a new codex session in a thread and ask it to say hello.