What problem does it solve?
This Skill helps you write correct Go code for Ax-generated agents without guessing the API shape, so you can build delegation, tool use, clarification, and stateful workflows with confidence.
Core Features & Use Cases
- Agent Construction: Create Ax agents in Go using the generated package instead of TypeScript-only patterns.
- Delegation and Tooling: Wire child agents, tools, and MCP clients into agent workflows for richer task completion.
- Runtime Control: Handle clarification, discovery, recall, final responses, runtime state saving, and direct-response execution for no-tool tasks.
- Use Case: If you are implementing a Go agent that must call tools, ask follow-up questions, and resume after a pause, this Skill guides the correct package-level approach.
Quick Start
Use this skill to write Go code for an Ax agent that accepts typed inputs, invokes the generated package API, and returns the correct response envelope.