What problem does it solve?
This Skill helps you write correct Java code for Ax structured generation workflows without guessing the package API or native call shapes. It is designed for developers who need typed generation, tool use, and runtime integrations that match the generated Java library.
Core Features & Use Cases
- Structured Generation: Create AxGen programs from signatures for forward calls and typed outputs.
- Tools and MCP: Attach Java tools or MCP-derived tools to generation calls when the workflow needs external actions.
- Tracing and Output Handling: Work with streaming, assertions, traces, usage, and output parsing using the generated package surface.
- Use Case: A Java engineer can turn a schema-backed prompt into a typed program that calls a tool, streams partial results, and returns a validated answer.
Quick Start
Use the ax-java-gen skill to generate a Java AxGen program for my signature, include any needed tools or MCP client wiring, and return code that follows the dev.axllm:ax package API.