orchestrator

Orchestrator mode — restrict main Claude Code thread to read-only, forcing delegation of all file writes to subagents via Task(). Use when toggling orchestrator mode (on/off/status), setting up orchestrator in a project, or when orchestrator hook blocks a tool call.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "orchestrator" with this command: npx skills add kzarzycki/agent-skills/kzarzycki-agent-skills-orchestrator

Orchestrator Mode

Read-only main thread. All file writes delegated to subagents.

$ARGUMENTS — "on", "off", "status", "toggle", or "setup"

Usage

If $ARGUMENTS is "setup": follow setup instructions.

Otherwise: run the toggle script from the project root. Detect skill location first (project-level or global):

SKILL_DIR="$([ -d .claude/skills/orchestrator ] && echo .claude/skills/orchestrator || echo $HOME/.claude/skills/orchestrator)"
bash "$SKILL_DIR/scripts/orchestrator-toggle.sh" $ARGUMENTS

Report result to user. Change takes effect immediately.

What Gets Blocked (main thread only)

  • Edit, Write, MultiEdit tools
  • Bash: >, >>, tee, sed -i, touch, mkdir, cp, mv, chmod, install
  • Plan mode file writes are exempted

What Stays Allowed

  • Read, Grep, Glob, Task (delegation)
  • Bash: git, gh, ls, cat, grep, curl, test runners
  • All tools from subagents (they bypass the hook)

For hook internals and customization: see internals.md.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

flow

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

Agent Cli Orchestrator

Orchestrates multiple AI CLI tools by auto-detecting, prioritizing, and switching between them for stable, fallback-enabled automated coding workflows.

Registry SourceRecently Updated
380Profile unavailable
Coding

Planning with files

Implements Manus-style file-based planning to organize and track progress on complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when aske...

Registry SourceRecently Updated
8.4K22Profile unavailable
Coding

Ai Cli Orchestrator

Orchestrates multiple AI CLI tools by auto-detecting, prioritizing, and switching among them for stable, seamless automation workflows with fallback on errors.

Registry SourceRecently Updated
340Profile unavailable