delegate-skills package
Installs delegation skills that let an orchestrator dispatch work to separate coding-agent CLIs, review diffs, and commit itself.
README.mdAgent Skills delegation and external-CLI orchestration toolkit · Early active project with repository version 0.5.0 and substantial adoption metadata, although supplied dates extend into 2026 and cannot be reconciled here.
MIT-licensed Skills CLI package for Claude Code and other shell-capable orchestrators that delegates bounded coding work to one of 17 separate coding-agent CLIs, captures a structured result and Git-visible changes, and keeps diff review, gate reruns, and committing with the orchestrator or human.
Selection
Boundaries
Strengths
Risk profile
Repository documentation says relays use Node built-ins only, make no network calls of their own, read or write no credentials, send no telemetry, and never commit. They still launch powerful external agents and Git with the user's permissions. Safety varies by implementer: some offer workspace sandboxes or plan modes, while Kimi, Warp, Pi, Oh My Pi, Aider, Command Code, and other documented paths can have broad or unsandboxed access. touchedFiles is only post-run Git-visible state, not a complete activity log. Broad bypass, yolo, full-access, auto-approve, project-trust, extensions, skills, and MCP options require explicit scrutiny. These are first-party claims and were not independently audited.
Component inventory
Installs delegation skills that let an orchestrator dispatch work to separate coding-agent CLIs, review diffs, and commit itself.
README.mdDiscovers installed implementer CLIs, proposes named fleet lanes, and writes approved global or project configuration; never dispatches work.
skills/delegate-setup/SKILL.mdDelegates a bounded coding task to Aider, including local OpenAI-compatible models, then returns its uncommitted diff for review.
skills/aider-delegate/SKILL.mdDelegates implementation to Google Antigravity through agy, with model, effort, plan, sandbox, and resume controls.
skills/agy-delegate/SKILL.mdDelegates work to a separate Claude Code CLI session with write, plan, and resume support while keeping review and commit with the orchestrator.
skills/claude-delegate/SKILL.mdDelegates work to the Cline CLI, supporting act-mode writes and relay-enforced plan-mode read-only runs.
skills/cline-delegate/SKILL.mdDelegates implementation to OpenAI Codex with workspace-write or read-only execution and resumable sessions.
skills/codex-delegate/SKILL.mdDelegates to Command Code headlessly, using read-only withheld tools or explicitly authorized yolo write access.
skills/commandcode-delegate/SKILL.mdDelegates coding work to Cursor Agent CLI with force/no-force, plan-mode read-only, and session resume controls.
skills/cursor-delegate/SKILL.mdDelegates to Grok Build with workspace-scoped writes, best-effort read-only reporting, optional full access, and resume.
skills/grok-delegate/SKILL.mdDelegates implementation to Kimi Code in headless auto permission mode and supports model aliases and session resume.
skills/kimi-delegate/SKILL.mdDelegates work to OpenCode using its build agent for writes or plan agent for read-only runs, with model and resume support.
skills/opencode-delegate/SKILL.mdDelegates to the Pi coding-agent CLI with optional provider/model selection, restricted read-only tools, project trust, and resume.
skills/pi-delegate/SKILL.mdDelegates to Oh My Pi with model, provider, thinking, read-only tool restriction, project-resource approval, and resume controls.
skills/omp-delegate/SKILL.mdDelegates implementation to Qoder CLI with auto or plan permission modes, optional bypass, and resumable sessions.
skills/qoder-delegate/SKILL.mdDelegates to Mistral Vibe using accept-edits, plan-only, or explicitly authorized full-access agent profiles.
skills/vibe-delegate/SKILL.mdDelegates to GitHub Copilot CLI with plan-mode read-only, opt-in all-tools writes, and session resume support.
skills/copilot-delegate/SKILL.mdDelegates to the headless Warp Agent CLI oz, with conversation resume, profiles, Warp skills, MCP startup, and snapshot suppression.
skills/warp-delegate/SKILL.mdDelegates to Z.AI ZCode's bundled CLI using headless plan or yolo modes and resumable sessions.
skills/zcode-delegate/SKILL.mdWrites a self-contained brief, dispatches through relay.mjs, waits for result.json, reviews the diff and gates, then has the orchestrator commit.
README.mdTechnical profile
Classification
Evidence: SKILL.md packages load delegation instructions into Claude Code, while bundled Node relays orchestrate separate installed coding-agent CLIs and normalize their results. Claude-targeted Skills CLI installation is documented; useful dispatch additionally requires Node, Git, and an authenticated implementer CLI.
Claude Extension · medium setup effort · high confidence · automatedEvidence and risk
Routing context
The codex-delegate skill launches the local Codex CLI as an implementer, supports workspace-write, read-only, and session resume, and normalizes its result.
high confidenceBoth are Agent Skill collections that can delegate implementation to separate Claude or Codex CLIs, but delegate-skills specializes in a normalized multi-CLI relay and fleet workflow.
medium confidenceBoth use portable Agent Skills plus local helper tooling to coordinate external CLIs, although Agent-Reach routes internet access while delegate-skills routes coding implementation.
medium confidence