What problem does it solve?
This Skill helps you write and reason about Ax flow code in Go without guessing at the generated package API, node wiring, or runtime behavior.
Core Features & Use Cases
- Flow graph composition: Build generators, agents, nested programs, and branching workflow graphs in Go.
- State and execution handling: Work with flow state, node inputs, returns, caching, and error paths using the generated package conventions.
- Example-driven implementation: Use the shipped examples and manifests to follow the exact syntax for provider-backed and no-key flow scenarios.
- Use case: Create a Go workflow that combines multiple nodes, controls caching, and returns a typed result for downstream application logic.
Quick Start
Use the ax-go-flow skill to implement a Go flow graph from the generated package examples and follow the native API syntax for node wiring.