ax-agent

Generate AxAgent code blocks with child agents, namespaces, and discovery APIs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the generation of AxAgent code from user intent, ensuring correct structure, naming, and integration with the AxAgent runtime.

Core Features & Use Cases

  • Canonical pattern for AxAgent generation, including host-side function handlers and runtime signals.
  • Support for child agents, namespaces, and discovery mode to compose scalable AI agents.
  • Runtime state handling, finalization signals, debugging hooks, and safe error handling for reliable code generation.
  • Discovery mode APIs: discoverModules and discoverFunctions to fetch callable definitions on demand.
  • RLM-oriented patterns and a test harness for validating agent code without running through the full loop.

Quick Start

Describe your AxAgent task to generate code and run the example; the system will produce a ready-to-run AxAgent skeleton.

Frequently Asked Questions about ax-agent

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

FAQPage Schema
How do I generate AxAgent code from a natural language task description?

You can generate AxAgent code by describing your intended agent task, which produces a ready-to-run skeleton conforming to canonical AxAgent patterns and runtime semantics.

How do I compose scalable AI agents using child agents and namespaces in AxAgent?

AxAgent code generation supports child agents and namespaces, allowing you to compose scalable AI agents by applying llmQuery-based delegation and structured runtime state management.

What are discovery mode APIs in AxAgent and how do they work?

Discovery mode in AxAgent provides discoverModules and discoverFunctions APIs to fetch callable definitions on demand, ensuring safe discoverability and dynamic module integration during runtime.

Can I validate generated AxAgent code without running the full execution loop?

You can validate generated AxAgent code using a dedicated test harness that checks agent behavior and RLM-oriented patterns without needing to execute the complete runtime loop.

How does AxAgent handle runtime state management and error handling?

AxAgent code generation includes runtime state handling, finalization signals, debugging hooks, and safe error handling to ensure reliable execution and proper finalization of agent processes.

What is the best way to structure host-side function handlers in AxAgent?

The best way to structure host-side function handlers is by following the AxAgent canonical generation pattern, which ensures correct naming, runtime signal integration, and scalable code reuse.