coordinate-external-ag…
Coordinate independently operated external agents through durable handoffs. Use when work crosses hosts, sessions, accounts, services, queues, boards, pull…
Plan supervised fine-tuning, LoRA, QLoRA, or full-parameter training with reproducible evaluation gates. Use when adapting a checkpoint or choosing precision, adapters, optimization, checkpointing, or resume behavior.
$ npx -y skills add gaelic-ghost/socket --skill fine-tune-language-model --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/fine-tune-language-modelContext preview
The summary Claude sees to decide when to auto-load this skill.
Plan supervised fine-tuning, LoRA, QLoRA, or full-parameter training with reproducible evaluation gates. Use when adapting a checkpoint or choosing precision, adapters, optimization, checkpointing, or resume behavior.
name: fine-tune-language-model description: Plan supervised fine-tuning, LoRA, QLoRA, or full-parameter training with reproducible evaluation gates. Use when adapting a checkpoint or choosing precision, adapters, optimization, checkpointing, or resume behavior.
1. Invoke `design-model-experiment`; pin the base checkpoint and tokenizer revisions. 2. Invoke `prepare-language-model-dataset`; freeze train, validation, and untouched test splits. 3. Confirm model/license terms and artifact-publication scope once before training. 4. Record framework and package versions, precision, quantization, optimizer, learning-rate schedule, effective batch size, sequence length, packing, seed, and chat template. For adapters, also record rank, alpha/scaling, dropout, target modules, modules to save, bias handling, initialization, and whether the artifact will remain separate or be merged. 5. Run one batch forward/backward and a short overfit test on a tiny sample. Diagnose loss, masking, labels, and gradient flow before scaling. 6. Save configuration, logs, checkpoints, and adapter metadata together. Test resume from a checkpoint before relying on it. 7. Monitor training and validation signals without choosing the final model solely by training loss. 8. Evaluate the untouched test set plus capability and behavior guardrails using the same decoding configuration as the baseline. 9. Use `compare-model-checkpoints` for the selection decision.
Read `references/training-stack.md` before selecting a framework or publishing a training recipe.
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,…