# Agent Orchestration

> Orchestrator (default Grok 4.6 High, standard speed) with cursor-grok-4.6-low[fast=false] workers. Two separate setups: Cursor IDE (subagents in .cursor/agents) or Claude Code (cursor-agent CLI + .claude/skills). Use when configuring orchestration; pick the guide for your host.

- Skill: `fixmyberlin/agent-orchestration` (Agent Skill, multi-file: 11 files)
- Install (CLI): `npx skillmds@latest add fixmyberlin/agent-orchestration`
- Raw SKILL.md: https://api.skillmd.com/api/skills/fixmyberlin/agent-orchestration/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: fixmyberlin (https://skillmd.com/u/fixmyberlin)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/fixmyberlin/agent-orchestration

---


# Agent orchestration

**Goal:** **Grok 4.6 High** standard / not Fast (default orchestrator) plans; **`cursor-grok-4.6-low[fast=false]`** executes bulk work at Composer-like cost with better quality.

Install once, then run **only** the init for your host from `.agents/skills/agent-orchestration/`:

```bash
bunx skills add FixMyBerlin/fixmyskills --skill agent-orchestration -a cursor -y
```

| Host            | Mechanism                                          | Files                                                  | Bootstrap        | Guide                                       |
| --------------- | -------------------------------------------------- | ------------------------------------------------------ | ---------------- | ------------------------------------------- |
| **Cursor IDE**  | subagents (`model:` pins) + `@orchestrator-worker` | `.cursor/agents/`, `.cursor/rules/`                    | `init-cursor.sh` | [cursor-ide.md](references/cursor-ide.md)   |
| **Claude Code** | `cursor-agent` CLI (`cursor-agent` on PATH)        | `.claude/skills/cursor-worker-*` + `CLAUDE.md` snippet | `init-claude.sh` | [claude-code.md](references/claude-code.md) |

Do not mix both inits unless you use both tools on the same repo. Cursor personal workers: [cursor-personal-setup.md](references/cursor-personal-setup.md).

