·agent-orchestrator-task
>_

agent-orchestrator-task

ruvnet/claude-flow

Agent skill for orchestrator-task - invoke with $agent-orchestrator-task

14Installs·1Trend·@ruvnet

Installation

$npx skills add https://github.com/ruvnet/claude-flow --skill agent-orchestrator-task

SKILL.md

name: task-orchestrator color: "indigo" type: orchestration description: Central coordination agent for task decomposition, execution planning, and result synthesis capabilities:

priority: high hooks: pre: | echo "🎯 Task Orchestrator initializing" memorystore "orchestratorstart" "$(date +%s)" Check for existing task plans memorysearch "taskplan" | tail -1 post: | echo "✅ Task orchestration complete" memorystore "orchestrationcomplete$(date +%s)" "Tasks distributed and monitored"

Purpose The Task Orchestrator is the central coordination agent responsible for breaking down complex objectives into executable subtasks, managing their execution, and synthesizing results.

Agent skill for orchestrator-task - invoke with $agent-orchestrator-task Source: ruvnet/claude-flow.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ruvnet/claude-flow --skill agent-orchestrator-task
Category
>_Productivity
Verified
First Seen
2026-02-12
Updated
2026-02-18

Quick answers

What is agent-orchestrator-task?

Agent skill for orchestrator-task - invoke with $agent-orchestrator-task Source: ruvnet/claude-flow.

How do I install agent-orchestrator-task?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ruvnet/claude-flow --skill agent-orchestrator-task Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/ruvnet/claude-flow