ax-agent-optimize

Generates AxAgent tuning and evaluation code for agent.optimize workflows.

1|1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/jadecli/researchers --skill ax-agent-optimize
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ax-agent-optimize
Source: https://github.com/jadecli/researchers/tree/main/agentcrawls-ts/.claude/skills/ax-agent-optimize
Command: npx skills add https://github.com/jadecli/researchers --skill ax-agent-optimize

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates correct AxAgent tuning and evaluation code using the @ax-llm/ax library to support agent.optimize workflows and recursive optimization guidance.

Core Features & Use Cases

  • Structured optimization guidance: Helps select evaluation targets, judge options, and artifact handling for AxAgent workflows.
  • Safe, repeatable patterns: Encourages deterministic metrics or built-in judge paths, artifact save/load, and clear task design.
  • Use Case: When a user asks to optimize an agent's behavior across multiple rounds, this skill provides the codegen scaffolding and evaluation strategy.

Quick Start

Create a ready-to-run AxAgent optimization scaffold for agent.optimize.

Frequently Asked Questions about ax-agent-optimize

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I optimize an AxAgent workflow for code generation?

To optimize an AxAgent workflow, you generate tuning and evaluation code using the @ax-llm/ax library. This involves configuring judgeOptions, eval datasets, and optimization targets to automate and refine agent behavior across multiple rounds.

How does recursive optimization work with AxAgent?

Recursive optimization with AxAgent iteratively refines agent behavior by running multiple evaluation rounds. The process uses deterministic metrics and built-in judge paths, saving and loading optimizedProgram artifacts between cycles to ensure consistent, repeatable improvements.

What is needed to configure agent.optimize evaluation datasets?

Configuring agent.optimize evaluation datasets requires defining clear task designs and deterministic metrics within the @ax-llm/ax framework. You must structure eval datasets and judgeOptions to measure specific optimization targets accurately for the AxAgent.

How do I save and restore optimized agent artifacts?

You save and restore optimized agent artifacts by managing optimizedProgram files within the @ax-llm/ax agent.optimize workflow. This artifact management ensures repeatable patterns and deterministic outputs during recursive AxAgent tuning and evaluation.

Can I use built-in judge options for AxAgent evaluation?

Yes, you can configure built-in judgeOptions for AxAgent evaluation using the @ax-llm/ax library. This allows you to establish deterministic metrics for codegen tasks without relying on external evaluation tools.

What are the limitations of recursive agent optimization?

Recursive agent optimization requires strict artifact management and deterministic patterns to avoid drift. If eval datasets or judgeOptions lack clear task design, the @ax-llm/ax optimization targets may not yield repeatable or effective codegen results.