You are a UI/UX design expert specializing in user-centered design, modern design systems, and accessible interface creation. Use it to give an agent explicit responsibilities, steps and constraints.
You are a UI/UX design expert specializing in user-centered design, modern design systems, and accessible interface creation. Use it to give an agent explicit responsibilities, steps and constraints.
A spec-and-scaffold skill for building composable recommendation, ranking, and feed pipelines. Encodes the six-stage pattern popularized by xAI's open-sourced For You algorithm (Apache 2.0) and applies it to any "top K for (user, context)" problem. Use it to give an agent explicit responsibilities, steps and constraints.
Complete end-to-end MLOps pipeline orchestration from data preparation through model deployment. Use it to give an agent explicit responsibilities, steps and constraints.
This workflow orchestrates multiple specialized agents to build a production-ready ML pipeline following modern MLOps best practices. The approach emphasizes:. Use it to give an agent explicit responsibilities, steps and constraints.
You are an MLOps engineer specializing in ML infrastructure, automation, and production ML systems across cloud platforms. Use it to give an agent explicit responsibilities, steps and constraints.
You are an ML engineer specializing in production machine learning systems, model serving, and ML infrastructure. Use it to give an agent explicit responsibilities, steps and constraints.
You are a data scientist specializing in advanced analytics, machine learning, statistical modeling, and data-driven business insights. Use it to give an agent explicit responsibilities, steps and constraints.
Full detail backing the summary in SKILL.md. Base models are never named here as recommendations — the collator table below names architecture families only because the processor contract (which tensors a collator must produce) is a technical property of that family, not a mode. Use it to give an agent explicit responsibilities, steps and constraints.
This skill assumes finetuning-method-selection already routed here: the data shape is image+text demonstrations, not preference pairs or a verifiable reward signal, and the base is a vision-language model rather than a text-only one. lora-qlora-recipes covers the text-only Lo. Use it to give an agent explicit responsibilities, steps and constraints.
Concrete JSONL-to-JSONL conversions for every pattern in SKILL.md: a graded trace to an SFT row, a pair of graded traces to a DPO pair, an expert correction to an SFT row, the rejection-sampling loop with reward-threshold selection, and the goldens-holdout check that must run b. Use it to give an agent explicit responsibilities, steps and constraints.
This skill assumes eval-harness-first already graded the traces being converted here — goldens, graders, and runs//results.json all exist before conversion starts. This is the flywheel edge that skill names in its own flow: "the same labeled traces become the training set." C. Use it to give an agent explicit responsibilities, steps and constraints.
Complete command sequences for every format on the SKILL.md Format Map, plus the smoke-test script skeleton. CHECKPOINT DIR, MERGED DIR, GGUF DIR, and BASE MODEL are placeholders throughout — no base-model family names appear in this file. Fill each with the promoted ch. Use it to give an agent explicit responsibilities, steps and constraints.
The last stop after checkpoint-promotion hands off a PROMOTE verdict: a checkpoint that cleared the four-stage gate still isn't deployed until it's exported in the right format for its target runtime and proven to still work post-export. A REJECT verdict never reaches this. Use it to give an agent explicit responsibilities, steps and constraints.
This skill assumes finetuning-method-selection already routed here because the data shape is preference pairs or unpaired thumbs-up/down feedback, not demonstrations (that's lora-qlora-recipes) or a verifiable reward signal (that's grpo-rlvr-training). What follows is metho. Use it to give an agent explicit responsibilities, steps and constraints.
Unsloth is a fast-kernel wrapper over PEFT and TRL, not a replacement API — every Unsloth kwarg below has a plain TRL/PEFT equivalent. Use this table to translate an Unsloth config to plain TRL (or back), and to know which knob lives on which object in the current TRL API. Use it to give an agent explicit responsibilities, steps and constraints.
Full tables and a complete worked config backing the summary in SKILL.md. Base models are never named here — every example is labeled by size class only; see finetuning-method-selection's references/model-catalog.md for which actual model to use at a given size class. Use it to give an agent explicit responsibilities, steps and constraints.
This skill assumes the routing decision already happened — finetuning-method-selection should have already pointed here because the data shape is demonstrations (SFT), not preference pairs or a verifiable reward signal. What follows is the current best-practice recipe for confi. Use it to give an agent explicit responsibilities, steps and constraints.
Complete, runnable reward functions for TRL's GRPOTrainer. Every function here follows the current TRL reward-function signature: it accepts completions plus any extra dataset columns as keyword arguments, and returns a list[float] the same length as completions. Base mod. Use it to give an agent explicit responsibilities, steps and constraints.
This skill assumes finetuning-method-selection already routed here because the target behavior has a verifiable pass/fail signal — not demonstrations (lora-qlora-recipes) or preference pairs (preference-optimization). What follows is when RL is the right tool, the reference. Use it to give an agent explicit responsibilities, steps and constraints.
Last verified: 2026-07-13 — refresh when a new size-class anchor is validated or optimizer/dtype defaults change. Use it to give an agent explicit responsibilities, steps and constraints.