What problem does it solve?
This Skill helps you write correct Go code for Ax structured generation workflows without guessing the generated package API or mixing in TypeScript-only patterns.
Core Features & Use Cases
- Structured generation: Build AxGen programs from signatures and produce typed outputs in Go.
- Tools and MCP integration: Attach typed tools or MCP-derived tools to generation calls.
- Runtime and transport patterns: Use real network providers or deterministic no-key examples for local validation, provider mapping, streaming, traces, and output parsing.
- Use case: A developer can use this Skill to implement a Go assistant that forwards a question to an LLM, parses the structured response, and records usage and traces consistently.
Quick Start
Ask the assistant to create a Go example that uses github.com/ax-llm/ax/packages/go to build an AxGen program, call forward, and return a parsed structured result.