Router Agent

Route user requests to skill agents using TASK blocks.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/Aken-Teams/ai-agents-office --skill router-agent
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Router Agent
Source: https://github.com/Aken-Teams/ai-agents-office/tree/main/server/src/skills/router
Command: npx skills add https://github.com/Aken-Teams/ai-agents-office --skill router-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates multi-agent task orchestration by analyzing user requests and routing them to the appropriate skill agents via [TASK] blocks.

Core Features & Use Cases

  • Deterministic delegation: Analyzes input and outputs structured [TASK] blocks to trigger the right workers.
  • Code-block fidelity: If worker results include fenced code blocks, copies them verbatim into the next response.
  • Result synthesis: Summarizes outcomes when results return and coordinates multi-step pipelines with safety rules.

Quick Start

Provide a user request and let me route it to the appropriate skill agents using [TASK] blocks.

Frequently Asked Questions about Router Agent

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

FAQPage Schema
How do I automate task delegation in a multi-agent workflow?▼

You can automate multi-agent task delegation by routing user requests through this skill, which analyzes input and outputs structured [TASK] blocks to trigger the appropriate worker agents. It translates user intent into actionable blocks for orchestrated execution.

How does block-based communication work for agent pipelines?▼

Block-based communication works by translating user intent into structured [TASK] blocks that trigger specific skill agents. When results return, the router synthesizes outcomes and preserves fenced code blocks verbatim to coordinate multi-step pipelines safely.

How do I preserve fenced code blocks when routing results between agents?▼

To preserve fenced code blocks when routing results between agents, this router copies worker outputs verbatim into the next response. This ensures code-block fidelity throughout multi-step pipelines without altering the original fenced content.

What is the best way to orchestrate multi-step agent pipelines safely?▼

The best way to orchestrate multi-step agent pipelines safely is to use a router that applies deterministic delegation via [TASK] blocks and enforces safety rules. It coordinates worker agents and summarizes results when they return.

Can I use this router for deterministic delegation without extra dependencies?▼

Yes, you can use this router for deterministic delegation without extra dependencies. It analyzes user messages and outputs structured [TASK] blocks natively to trigger the right workers, requiring no external components to function.

Why does my multi-agent workflow not summarize results correctly?▼

Your multi-agent workflow may not summarize results correctly if the router is not configured to synthesize outcomes when worker results return. This skill ensures result synthesis by coordinating multi-step pipelines with specific safety rules.