ax-agent

Installation
SKILL.md

AxAgent Codegen Rules (@ax-llm/ax)

Use this skill to generate small, correct AxAgent code. Prefer modern factory-style APIs and copyable patterns. Do not write tutorial prose unless the user explicitly asks for explanation.

Your job is to choose the smallest correct AxAgent shape for the user's needs:

  • If the user wants a normal tool-using assistant, keep the config minimal.
  • If the user wants long-running code execution, use the ax-agent-rlm skill.
  • If the user wants callbacks, logs, tracing, or usage data, use the ax-agent-observability skill.
  • If the user wants dynamic memory retrieval or skill-guide loading, use the ax-agent-memory-skills skill.
  • If the user wants tuning or eval with agent.optimize(...), use the ax-agent-optimize skill.
  • If the user wants MCP transports, authentication, catalogs, subscriptions, tasks, Apps, or event-driven wake/resume, use the ax-mcp skill.

Use These Defaults

Installs
48
First Seen
Jun 17, 2026
ax-agent from ax-llm.github.io