What problem does it solve?
This Skill helps generate correct AxAgent code and runtime patterns for @ax-llm/ax, reducing errors when building tool-using assistants, child-agent hierarchies, and clarification flows.
Core Features & Use Cases
- Minimal agent scaffolding: Produces small, modern agent definitions using the factory-style API.
- Tool and namespace wiring: Handles namespaced functions, child agents, discovery mode, and runtime call-site conventions.
- Execution safety and control: Covers clarification, finalization, bubble errors, state resume, and decision points for observability or memory-related workflows.
- Use case: A developer needs a delegation-ready assistant with child agents, explicit tool namespaces, and a safe clarification protocol without hand-writing the runtime glue.
Quick Start
Ask for a minimal Ax agent implementation that matches your signature, tools, namespaces, and clarification behavior.