coordinate-external-ag…
Coordinate independently operated external agents through durable handoffs. Use when work crosses hosts, sessions, accounts, services, queues, boards, pull…
Design a reproducible model experiment with hypotheses, controls, baselines, metrics, budgets, provenance, artifacts, and stop conditions. Use before model work whose results must support a decision.
$ npx -y skills add gaelic-ghost/socket --skill design-model-experiment --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/design-model-experimentContext preview
The summary Claude sees to decide when to auto-load this skill.
Design a reproducible model experiment with hypotheses, controls, baselines, metrics, budgets, provenance, artifacts, and stop conditions. Use before model work whose results must support a decision.
name: design-model-experiment description: Design a reproducible model experiment with hypotheses, controls, baselines, metrics, budgets, provenance, artifacts, and stop conditions. Use before model work whose results must support a decision.
Produce an experiment manifest that another operator can run, audit, and compare without reconstructing unstated choices.
1. Write one falsifiable hypothesis and the decision it informs. 2. Define the experimental unit: model revision, adapter, prompt set, intervention, runtime, or harness. 3. Name exactly one primary controlled variable per comparison. Record every intentional difference. 4. Select a baseline and explain why it is a fair comparator. 5. Pin model, tokenizer, dataset, code, dependency, template, evaluator, and seed provenance. 6. Define primary metrics, guardrail metrics, uncertainty treatment, and failure thresholds before the run. 7. Estimate compute, storage, time, and paid cost. Set smoke-test and full-run stop conditions. 8. Define raw and derived artifacts, retention, and sensitive-data handling. 9. Copy `assets/experiment-manifest.json`, fill it, then run:
dotnet fsi scripts/validate-experiment-manifest.fsx path/to/experiment.json
10. Run the smallest experiment capable of detecting configuration or pipeline failure before spending the full budget.
Keep configuration validation, smoke-run evidence, and final experimental evidence separate. A successful process exit proves execution, not model quality. Report deviations from the manifest before interpreting results.
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,…