coordinate-external-ag…
Coordinate independently operated external agents through durable handoffs. Use when work crosses hosts, sessions, accounts, services, queues, boards, pull…
Choose and design one-shot, recurring, event-triggered, monitored, CI, background, queue, or board-based agent work. Use when agent work must run later, repeat, survive the current thread, or deliver results through an explicit route.
$ npx -y skills add gaelic-ghost/socket --skill schedule-agent-work --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/schedule-agent-workContext preview
The summary Claude sees to decide when to auto-load this skill.
Choose and design one-shot, recurring, event-triggered, monitored, CI, background, queue, or board-based agent work. Use when agent work must run later, repeat, survive the current thread, or deliver results through an explicit route.
name: schedule-agent-work description: Choose and design one-shot, recurring, event-triggered, monitored, CI, background, queue, or board-based agent work. Use when agent work must run later, repeat, survive the current thread, or deliver results through an explicit route.
Choose scheduling only after the work has a bounded input, write scope, validation, escalation boundary, and result-delivery route.
before continuing.
can show status and deliver a result to Gale.
output and explicit sandboxing.
comments, artifacts, or human decisions.
approvals, tracing, and deployment.
Define the trigger/cadence, owner, input snapshot, write authority, idempotency or duplicate policy, timeout/retry limit, no-op/rollback behavior, escalation trigger, status surface, artifact retention, and route that delivers the final report to Gale and the coordinator.
When an agent reaches an external CI, review, release, deployment, or provider gate, use a host-native future wakeup rather than leaving a terminal, watcher, or polling loop alive. Schedule every agent-created recheck at least five minutes after the observation that caused it. A shorter operation is allowed only for one bounded, command-local re-read; it must not become a repeated polling loop.
For Codex desktop or ChatGPT, create or reuse a same-thread heartbeat through the host automation surface. For Hermes, create or update the same self-contained `cronjob` with `deliver="origin"` and `attach_to_session=true`; confirm the cron tool and gateway are active first. Before scheduling, inspect for an active continuation with the same target and gate. If it remains pending without failure or identity drift, leave that scheduler item in place rather than deleting and recreating it. Pause or delete it only once the gate clears, fails, is cancelled, or changes identity. The continuation must carry the exact target, observed state, closed gate, earliest recheck time, and safe next command. It must re-read source-of-truth state before it performs any mutation.
exact escalation boundary.
state when a run must survive restarts or be picked up by another agent.
`orchestrate-agent-work` for the coordinator/worker report contract.
Stuff for Agents on macOS Promo audio: Socket Codex Marketplace Promo
Coordinate independently operated external agents through durable handoffs. Use when work crosses hosts, sessions, accounts, services, queues, boards, pull…
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,…