
from tonone10
Build a reproducible ML training-to-serving pipeline: data validation, feature engineering, training, evaluation, and a serving endpoint.
Cortex provides step-by-step guidance to build a production-ready ML pipeline. It walks an engineer through environment detection, data validation, feature engineering, training scripts, evaluation, and serving endpoints, with emphasis on reproducibility and monitoring.
Use Cortex when you need to deliver a complete ML workflow: from raw data to a deployed model. Ideal for classification or regression projects where you need reliable baselines, experiment tracking, and production-grade serving. Trigger on requests like "build ML model", "train a model", or "create prediction pipeline".
Best suited for code-capable agents: Claude Code, Copilot/Codex-style coding assistants, and other agents that can run or author training and serving scripts.
Cortex Model is an ML pipeline builder skill that guides an agent through building a reproducible training-to-serving pipeline covering data validation, feature engineering, training, evaluation, and serving. No bundled scripts were present for runtime testing. The SKILL.md provides solid best-practice guidance (baseline-first approach, training/serving skew awareness) but lacks concrete code templates and references an external docs/output-kit.md not included in the skill.
Clean skill with good ML engineering principles. Architecture could improve by adding scripts/ with templates or references/ with the output-kit doc. The /atlas-report invocation is unclear — may be a team-internal command not available to other users.