Data-Wise

Orch — Communication skill for Claude Code

Communication community

Launch orchestrator mode with subagent delegation, monitoring, mode-aware execution, and chat compression.

How to install Orch

Installs to ~/.claude/skills/data-wise-craft-orch/SKILL.md

Terminal
mkdir -p ~/.claude/skills/data-wise-craft-orch && curl -fsSL https://raw.githubusercontent.com/Data-Wise/craft/HEAD/commands/orch.md -o ~/.claude/skills/data-wise-craft-orch/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Orch does


description: Launch orchestrator mode with subagent delegation, monitoring, mode-aware execution, and chat compression category: smart arguments:

  • name: task description: Task description required: false
  • name: mode description: Execution mode (default|debug|optimize|release) required: false
  • name: dry-run description: Preview orchestration plan without spawning agents required: false default: false alias: -n
  • name: swarm description: Run agent

Alternatives in Communication

Full documentation available on GitHub

View Source Repository