ax-agent

Build modular AxAgent-based AI systems by orchestrating parent and child agents.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/achatt89/sylva --skill ax-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ax-agent
Source: https://github.com/achatt89/sylva/tree/main/.claude/skills/ax-agent
Command: npx skills add https://github.com/achatt89/sylva --skill ax-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AxAgent enables developers to build modular, hierarchical agents using the Ax framework, allowing complex workflows to be composed from smaller, reusable components.

Core Features & Use Cases

  • Compose parent and child agents with clear identities to coordinate tasks across multiple tools and runtimes.
  • Integrate tool functions and nested agents to create scalable AI assistants, planners, and orchestrators.
  • Real-world use case: build an assistant that delegates subtasks to specialized child agents and aggregates results into a final answer.

Quick Start

Instantiate an AxAgent with defined inputs and child agents to perform a coordinated task.

Frequently Asked Questions about ax-agent

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

FAQPage Schema
How do I build a multi-agent workflow with parent and child agents?

You can build multi-agent workflows by orchestrating parent and child agents with explicit identities, allowing parent agents to delegate subtasks to specialized child agents and aggregate results into a final answer.

What is the best way to compose modular AI agents for complex tasks?

Compose modular AI agents by integrating tool functions and nested agents within the Ax framework, enabling complex workflows to be constructed from smaller, reusable components with shared fields.

How does safe communication between agents work in a runtime environment?

Safe communication between agents is established by applying explicit agent identities and runtime configuration, ensuring coordinated task execution and secure communication patterns across multi-agent workflows.

Can I use ax-agent to coordinate tool usage across multiple runtimes?

Yes, ax-agent supports coordinating tool usage across multiple runtimes by applying runtime configuration and orchestrating parent and child agents to execute scalable AI assistant tasks.

When do I need RLM mode for agent composition?

You need RLM mode for agent composition when building scalable AI assistants and orchestrators that require nested agent integration, tool function usage, and multi-agent workflows with shared fields.