coordinate-worktrees-a…
Assign worktree, branch, write, validation, integration, and cleanup ownership before parallel repository work. Use when a worker will inspect or modify…
Coordinate independently operated external agents through durable handoffs. Use when work crosses hosts, sessions, accounts, services, queues, boards, pull requests, or human-owned task systems and cannot rely on an in-run subagent result.
$ npx -y skills add gaelic-ghost/socket --skill coordinate-external-agents --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/coordinate-external-agentsContext preview
The summary Claude sees to decide when to auto-load this skill.
Coordinate independently operated external agents through durable handoffs. Use when work crosses hosts, sessions, accounts, services, queues, boards, pull requests, or human-owned task systems and cannot rely on an in-run subagent result.
name: coordinate-external-agents description: Coordinate independently operated external agents through durable handoffs. Use when work crosses hosts, sessions, accounts, services, queues, boards, pull requests, or human-owned task systems and cannot rely on an in-run subagent result.
Treat an external agent as an independently operated worker, not as a magical subagent. Starting it is not progress unless the coordinator can later discover its state and consume its report.
1. Choose a durable shared surface: task record, issue, pull request, branch, worktree, artifact directory, shared document, queue, or host-native board. 2. Create a task record with the normal launch envelope plus access, retention, retry/resume, and result-delivery details. 3. Assign one owner, one coordinator, one artifact/write surface, and one final verification owner. Do not assume direct worker-to-worker messages exist. 4. Record status using `queued`, `running`, `blocked`, `needs-decision`, `completed`, `failed`, or `cancelled`; use the selected host's closest equivalent without hiding meaning. 5. Require a final report on the durable surface and notify the coordinator through the specified return route. 6. Verify the returned artifact, branch, change, or evidence before treating the task as complete.
Use a queue, board, scheduled task, CI workflow, or service for work that must survive session closure, restart, human input, retry, multiple roles, or later audit. Do not represent a transient child-agent call as durable work.
external worker's actual access surface.
handoff contract; it does not claim Codex, ChatGPT Work, Hermes, or another host shares one message or task API.
Stuff for Agents on macOS Promo audio: Socket Codex Marketplace Promo
Assign worktree, branch, write, validation, integration, and cleanup ownership before parallel repository work. Use when a worker will inspect or modify…
Design framework-neutral agent and automation workflows before implementation. Use when choosing between Codex app automations, codex exec, Codex subagents,…
Design evaluation workflows for agent, skill, prompt, and automation behavior before implementation. Use when choosing eval cases, graders, thresholds,…
Design safe n8n workflows with deterministic routing, credentials, idempotency, recovery, local-model checks, drafts, and exact approval gates.
Coordinate bounded worker tasks with a launch envelope, report-back, escalation, and synthesis contract. Use before spawning, resuming, steering, cancelling,…
Choose and design one-shot, recurring, event-triggered, monitored, CI, background, queue, or board-based agent work. Use when agent work must run later,…