coordinate-external-ag…
Coordinate independently operated external agents through durable handoffs. Use when work crosses hosts, sessions, accounts, services, queues, boards, pull…
Design evaluation workflows for agent, skill, prompt, and automation behavior before implementation. Use when choosing eval cases, graders, thresholds, regression runs, full-auto gates, or escalation points for Codex skills, repo-local agents, OpenAI Agents SDK services,
$ npx -y skills add gaelic-ghost/socket --skill design-agent-eval-workflow --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/design-agent-eval-workflowContext preview
The summary Claude sees to decide when to auto-load this skill.
Design evaluation workflows for agent, skill, prompt, and automation behavior before implementation. Use when choosing eval cases, graders, thresholds, regression runs, full-auto gates, or escalation points for Codex skills, repo-local agents, OpenAI Agents SDK services,
name: design-agent-eval-workflow description: Design evaluation workflows for agent, skill, prompt, and automation behavior before implementation. Use when choosing eval cases, graders, thresholds, regression runs, full-auto gates, or escalation points for Codex skills, repo-local agents, OpenAI Agents SDK services, LangGraph graphs, or other agentic workflows.
Design evaluation workflows for agent, skill, prompt, and automation behavior.
This skill is a framework-neutral eval planning surface. It helps define what good behavior means, how to measure it repeatably, which tasks can safely run fully automatically, and where escalation remains necessary because safety cannot be engineered into the workflow with reasonable confidence.
surface, external services touched, acceptable risk, and current validation commands
constraints, budget, cadence, and reporting destination
1. Restate the behavior under evaluation and the real decision the eval should support. 2. Define the automation target:
gates
failed checks, secret exposure, destructive writes, or external side effects
enough through scope, validation, sandboxing, rollback, or orchestration
useful eval-backed automation claim 3. Build the case set:
4. Choose graders:
and policy boundaries
checks, with explicit rubrics and sampled audit review 5. Set pass thresholds, stop conditions, and escalation rules. 6. Choose the run surface:
handoffs, guardrails, and traces
transitions, persistence, resume behavior, or graph-level observability
7. Produce a scaffold with cases, grader shape, thresholds, reporting, automation eligibility, and implementation handoff. 8. Link official docs for every framework, runtime, or eval surface named.
scope, deterministic or reviewable validation, rollback or no-op behavior, and no unapproved external side effects.
through narrower scope, sandboxing, deterministic checks, retries, rollback, reporting, or an orchestration layer.
where judgment is the thing being tested.
expensive or brittle to run before changes.
writing, contacting services, or leaking secrets.
skill, repo-local agent evals live with the agent package, service evals live with the service, and graph evals live with the graph runtime.
already graph-shaped or needs graph state, persistence, or transition-level observability.
Return a concise plan with these sections:
Use `references/eval-plan-template.md` when the user asks for a reusable prompt, issue body, project note, or implementation brief.
can catch the meaningful unsafe outcomes.
validation gate, rollback path, or orchestration agent would make the task reasonably safe.
inside this skill. Hand implementation to the owning stack.
credentials into eval artifacts.
the owning docs, skill, tests, scripts, or runtime configuration.
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 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,…