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.