One-click install
npx skills add https://github.com/lidessen/moniro --skill agent-worker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-worker
Source: https://github.com/lidessen/moniro/tree/main/skills/agent-worker
Command: npx skills add https://github.com/lidessen/moniro --skill agent-worker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables programmatic control and coordination of AI agents across multiple backends, enabling scalable, collaborative workflows and tool integration.

Core Features & Use Cases

  • Multi-backend orchestration: Create, run, and manage single or multiple agents across SDK, Claude CLI, Codex, and Cursor backends.
  • Multi-agent workflows: Share channels and documents within a workflow for collaborative tasks, including @mention routing and voting.
  • Programmatic orchestration: Use command-line interfaces and YAML workflows to automate agent lifecycles and interactions.

Quick Start

  • Create a new agent in the default workflow: agent-worker new
  • Start a multi-agent session with shared context: agent-worker new reviewer

Frequently Asked Questions about agent-worker

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

FAQPage Schema
How do I coordinate multiple AI agents across different backends in a single workflow?

Multi-agent orchestration coordinates AI agents across different backends by applying shared context, channel-based routing, and collaborative decision processes to manage scalable workflows. You can automate lifecycles using YAML workflows and CLI commands.

Can I route tasks to specific agents using mentions in a multi-agent session?

Channel-based routing supports @mention routing within multi-agent workflows, enabling targeted task delegation. Agents share channels and documents to facilitate collaborative tasks and voting within a unified programmatic environment.

What backends are supported for multi-agent orchestration?

Multi-agent orchestration supports SDK, Claude CLI, Codex, and Cursor backends. You can create, run, and manage single or multiple agents across these environments using command-line interfaces and YAML workflows.

How do I start a new multi-agent session with shared context?

Starting a multi-agent session with shared context involves using CLI commands to instantiate agents within a default workflow. You can create a new reviewer agent or manage shared documents for collaborative tasks programmatically.

Does agent orchestration work for both single-agent and multi-agent workflows?

Agent orchestration applies to both single-agent and multi-agent workflows, enabling programmatic control across multiple backends. It manages agent lifecycles and interactions through command-line interfaces and YAML workflows.

What is the best way to automate AI agent lifecycles and interactions programmatically?

Automating AI agent lifecycles programmatically is best achieved through command-line interfaces and YAML workflows. This approach enables scalable, collaborative workflows and tool integration across multiple backends with shared context.