agent-delegate
Installation
SKILL.md
agent-delegate — Headless Delegation and Review Between Agents
Hand a task to the other agent, or get an independent adversarial review, by
calling its CLI headlessly. This is the cmux-free counterpart to cmux-delegate
and cmux-second-opinion: it needs only a git repository and the peer CLI
installed, and it returns a machine-readable report.json.
The runnable interface is references/scripts/agent-delegate.sh. Its full
argument and output contract is in references/contract.md
(日本語: contract.ja.md). Upper skills call the
script directly; this SKILL.md is the interactive entry point for humans.
Language Rules
- Auto-detect input language → output in the same language
- Japanese input → Japanese output, use
references/*.ja.md - English input → English output, use
references/*.md - Explicit override takes priority (e.g., "in English", "日本語で")