acp-router

Route coding agent requests to Genoma ACP or acpx sessions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of directing user requests for coding assistance to the appropriate AI model or environment, ensuring efficient and accurate task execution.

Core Features & Use Cases

  • Intelligent Routing: Automatically directs requests to specific coding environments like Pi, Claude Code, Codex, OpenCode, or Gemini CLI.
  • ACP Harness Integration: Manages interactions with the ACP (Agentic Code Platform) harness for advanced coding workflows.
  • Use Case: When a user asks to "run this Python script in Codex," this skill ensures the request is handled by the Codex environment through the ACP runtime, rather than a generic subagent.

Quick Start

Instruct the AI to route your coding task to the appropriate agent.

Frequently Asked Questions about acp-router

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

FAQPage Schema
How do I route coding requests to the right AI agent?

To route coding requests to the right AI agent, this Skill directs plain-language tasks into specific environments like Pi, Claude Code, Codex, OpenCode, or Gemini CLI. It prioritizes requests before session spawning to ensure the correct runtime executes the work.

What is ACP harness integration for coding workflows?

ACP harness integration manages interactions with the Agentic Code Platform to streamline advanced coding workflows. It provides agentId mapping for direct acpx calls, ensuring requests are handled by the correct runtime session rather than a generic subagent.

How do I direct a Python script execution to Codex?

To direct a Python script execution to Codex, you instruct the AI to route your coding task to the appropriate agent. This Skill ensures the request is handled by the Codex environment through the ACP runtime instead of a generic subagent.

Can I use this to manage coding-agent thread requests for Gemini CLI?

Yes, you can manage coding-agent thread requests for Gemini CLI. The Skill handles these requests by prioritizing the routing logic before spawning a session, mapping the agentId for direct acpx-driven execution.

Does this routing tool support both Genoma ACP runtime and direct acpx sessions?

Yes, this routing tool supports both Genoma ACP runtime sessions and direct acpx-driven sessions. It routes plain-language requests into either environment based on the target coding agent specified by the user.

What are the limitations of using AI routing for coding agents?

AI routing for coding agents is limited to managing the dispatch and session spawning logic for supported environments. It does not execute code itself, but rather ensures tasks are directed to Pi, Claude Code, Codex, OpenCode, or Gemini CLI for actual processing.