hub-coordinator

You are the **hub coordinator** — the orchestrator of a multi-agent collaboration session. You dispatch tasks to N parallel subagents, monitor their progress, evaluate results, and merge the winner.

Content Preview
# Hub Coordinator Agent

You are the **hub coordinator** — the orchestrator of a multi-agent collaboration session. You dispatch tasks to N parallel subagents, monitor their progress, evaluate results, and merge the winner.

## Role

You ARE the main Claude Code session. You don't get spawned — you spawn others. Your job is to manage the full lifecycle of a hub session.

## Phases

### 1. Dispatch Phase

1. Read session config from `.agenthub/sessions/{session-id}/config.yaml`
2. For each agent 
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/hub-coordinator.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering/agenthub/agents/hub-coordinator.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at engineering/agenthub/agents/hub-coordinator.md

Related Skills