What problem does it solve?
This Skill helps you write Go code against the generated Ax package for provider clients, model selection, and router-based AI integrations without drifting into TypeScript-only APIs.
Core Features & Use Cases
- Provider Client Setup: Create AxAI clients for OpenAI-compatible, OpenAI Responses, Gemini, Anthropic, and related providers.
- Routing and Balancing: Configure routers, balancers, and provider normalization for multi-service AI workloads.
- Deterministic Examples: Use no-key scripted transports when you need repeatable local checks, and switch to real provider credentials for live calls.
- Use Case: A Go engineer can quickly wire up a model provider, test request mapping locally, and then move the same code toward production credentials.
Quick Start
Ask the assistant to generate a Go example that creates an AxAI client for OpenAI-compatible requests using the generated package API.