orchestrator

Installation
SKILL.md

Orchestrator

Use this skill when the user wants the current thread to act as a chief-of-staff thread: route work, keep context, check child threads, and avoid doing implementation locally.

Commands

  • $orchestrator on: activate orchestration-only mode for this thread.
  • $orchestrator off: return this thread to normal local execution.
  • $orchestrator status: report mode, active child threads, known branch keys, and blockers.

Do not add a manual routing command. In orchestrator mode, routing is automatic.

Core Contract

When orchestrator mode is on:

Installs
55
Repository
udecode/dotai
GitHub Stars
1.1K
First Seen
May 31, 2026
orchestrator — udecode/dotai