What problem does it solve? Agents waste tokens and fail tasks when using raw CLIs or eager MCP servers for domains like GitHub, browser automation, and databases. This Skill routes each task to the right Agent eXperience Interface (AXI) tool, which benchmarks show beats raw CLI and MCP on success rate, cost, duration, and turns. ## Core Features & Use Cases - Domain-based routing: Maps needs like GitHub PR triage, browser automation, Slack, Notion, AWS, Docker, Kubernetes, and databases to the correct official or community AXI (e.g. gh-axi, chrome-devtools-axi, glab-axi). - Zero-install execution: Runs AXIs via npx -y with content-first invocation, following the help[] next-step templates each AXI emits. - CLI build and review guidance: Applies the 10 AXI principles (TOON output, minimal schemas, structured errors, ambient hooks) when designing or reviewing agent-facing CLIs. - Use Case: When asked to investigate a failing CI run, the Skill selects gh-axi instead of raw gh or GitHub MCP, explains the choice, and runs the triage with fewer tokens and higher success. ## Quick Start Ask the agent to check open pull requests or automate a browser task and let it route through the appropriate AXI tool.