coordinate-external-ag…
Coordinate independently operated external agents through durable handoffs. Use when work crosses hosts, sessions, accounts, services, queues, boards, pull…
Design framework-neutral agent and automation workflows before implementation. Use when choosing between Codex app automations, codex exec, Codex subagents, OpenAI Agents SDK services, LangGraph graphs, Hermes-specific workflows, full-auto execution, auto-with-escalation, or no
$ npx -y skills add gaelic-ghost/socket --skill design-agent-automation-workflow --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/design-agent-automation-workflowContext preview
The summary Claude sees to decide when to auto-load this skill.
Design framework-neutral agent and automation workflows before implementation. Use when choosing between Codex app automations, codex exec, Codex subagents, OpenAI Agents SDK services, LangGraph graphs, Hermes-specific workflows, full-auto execution, auto-with-escalation, or no
name: design-agent-automation-workflow description: Design framework-neutral agent and automation workflows before implementation. Use when choosing between Codex app automations, codex exec, Codex subagents, OpenAI Agents SDK services, LangGraph graphs, Hermes-specific workflows, full-auto execution, auto-with-escalation, or no automation yet, and when the user wants a planning/scaffolding pass that delegates stack-specific implementation to the owning plugin or official docs.
Design agent and automation workflows before implementation.
This skill is a framework-neutral planning surface. It helps choose the smallest defensible automation shape, name the safety and state boundaries, decide whether the task is fit for full automation or needs exact escalation gates, and produce a scaffold another stack-owned skill or implementation pass can use.
eligibility, escalation points, state needs, retry needs, observability needs, and preferred runtime constraints
existing scheduler/service
1. Restate the intended real-world outcome and the smallest useful first run. 2. Decide whether automation is appropriate yet. Prefer safe full automation when bounded scope, validation, rollback or draft behavior, and side-effect controls make it reasonably reliable. Use human review only for the exact decision that cannot be made safe through narrower scope, deterministic checks, retries, rollback, sandboxing, or an orchestration layer. 3. Classify the best-fit surface:
4. Name the practical reason for the choice: schedule, isolation, state, approvals, retries, observability, deployment, or integration with an existing runtime. 5. Identify ownership:
surfaces before adding new automation code, so business process knowledge has one maintained source of truth
exists later 6. When the request compares agent frameworks or local-first agent development, use `references/local-agent-frameworks.md` to separate the orchestration framework from the inference server, model capability, document/RAG, and integration choices. Keep the recommendation tied to a concrete workflow; do not recommend a framework merely because it is popular. 7. Produce a scaffold with the chosen surface, guardrails, validation plan, output contract, and next implementation handoff. 8. Link official docs for every framework or runtime named in the recommendation.
one already owns the task. Add a new agent/service only when the existing workflow cannot express the needed state, approval, scheduling, or integration boundary.
scope, deterministic or reviewable validation, durable failure reporting, bounded retries, and rollback, no-op, or draft behavior for unsafe outcomes.
ambiguous. Name the exact escalation trigger instead of making the whole workflow human-reviewed.
reports, and skill-backed background tasks where Codex should stay the user interface.
settings, structured output, CI integration, or PR-producing workflows.
asks for parallel agent work and the jobs can be split into bounded mostly independent read, review, test, or implementation slices.
orchestration, tools, handoffs, guardrails, approvals, state, tracing, or server integration.
explicit transitions, long-running execution, human-in-the-loop pauses, streaming, and resume behavior.
Hermes Agent runtime, Hermes memory/skills/automation model, messaging gateways, or Hermes provider configuration.
or rollback/escalation boundary is still unclear after trying to narrow the workflow.
capability, not proof that every local model can safely use tools, structured output, long context, or multi-step planning. Plan an explicit model capability check before granting write-capable tools.
Return a concise plan with these sections:
permissions, write scope, and rollback/no-op behavior
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 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,…