$npx skillfedfor your agent

ai-ml-data-science

This skill structures the complete data science lifecycle—from problem framing and exploratory analysis through feature pipelines and model evaluation to production deployment. It emphasizes baselines first, leakage prevention, train-serve parity, and reproducibility using tools like LightGBM, scikit-learn, and Polars. Covers SQL transformation with SQLMesh, experiment tracking, drift monitoring, and operational handoff patterns.

ai-ml-data-science guides you through end-to-end ML workflows from problem framing and EDA to feature engineering, model selection, and production deployment.

AI-generated summary based on this skill's SKILL.md

69 17 MITupdated by vasilyu1983

Decision gist · record as of 2026-07-13

ai-ml-data-science guides you through end-to-end ML workflows from problem framing and EDA to feature engineering, model selection, and production deployment. This skill structures the complete data science lifecycle—from problem framing and exploratory analysis through feature pipelines and model evaluation to production deployment. It emphasizes baselines first, leakage prevention, train-serve parity, and reproducibility using tools like LightGBM, scikit-learn, and Polars. Covers SQL transformation with SQLMesh, experiment tracking, drift monitoring, and operational handoff patterns.

manual: git clone https://github.com/vasilyu1983/AI-Agents-public → cp -r AI-Agents-public/frameworks/shared-skills/skills/ai-ml-data-science ~/.claude/skills/ai-ml-data-science
frameworks/shared-skills/skills/ai-ml-data-science/SKILL.md · version 79785576

Use it when

  • ai-ml-data-science prioritizes leakage prevention as a core design principle.
  • ai-ml-data-science covers LightGBM and CatBoost for tabular data, scikit-learn for classical methods.

Verify before relying

Read SKILL.md below before installing (20 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

vasilyu1983/AI-Agents-public/ai-ml-data-science · repository language: Python

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I build machine learning models from scratch with ai-ml-data-science?

ai-ml-data-science structures the complete workflow from problem framing through production deployment. Start with exploratory data analysis and feature engineering, establish baselines before complex models, then select and train models using tools like LightGBM or scikit-learn. The skill emphasizes leakage prevention, train-serve parity, and slice analysis during evaluation. Finally, document your model with contracts and lineage before deploying to production with MLOps pipelines.

What does ai-ml-data-science teach about preventing data leakage?

ai-ml-data-science prioritizes leakage prevention as a core design principle. It covers feature engineering practices that maintain train-serve parity, ensuring features computed at training time match exactly what's available at inference. The skill guides you through proper data splitting, temporal validation for time series, and feature store setup with tools like Feast to enforce consistency across training and serving environments.

Which tools does ai-ml-data-science recommend for model selection and evaluation?

ai-ml-data-science covers LightGBM and CatBoost for tabular data, scikit-learn for classical methods, and Polars for efficient data transformation. For evaluation, it teaches slice analysis, baseline comparison, and metrics selection. The skill also covers experiment tracking with MLflow and Weights & Biases, hyperparameter tuning with Optuna and Ray, and model interpretability using SHAP and LIME.

How does ai-ml-data-science address MLOps and production deployment?

ai-ml-data-science structures MLOps around continuous training pipelines, drift monitoring with tools like Evidently, and reproducible experiment setup. It covers data contracts, lineage tracking, and model card documentation for operational handoff. The skill includes production deployment checklists and patterns for monitoring model performance and data drift in live systems.

What SQL and data transformation practices are included in ai-ml-data-science?

ai-ml-data-science teaches SQL transformation workflows using SQLMesh for staging and feature computation. It emphasizes reproducible data pipelines that support both training and serving, with proper versioning and lineage tracking. The skill covers best practices for exploratory data analysis and feature engineering that maintain data quality and enable audit trails.

Does ai-ml-data-science cover time series forecasting and class imbalance?

Yes. ai-ml-data-science includes time series forecasting with LightGBM, addressing temporal validation and drift concerns specific to sequential data. For classification, it covers handling class imbalance through proper evaluation metrics, baseline strategies, and slice analysis. Both topics are integrated into the broader lifecycle framework emphasizing reproducibility and production readiness.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Data Science Engineering Suite - Quick Reference

This skill turns raw data and questions into validated, documented models ready for production:

  • EDA workflows: Structured exploration with drift detection
  • Feature engineering: Reproducible feature pipelines with leakage prevention and train/serve parity
  • Model selection: Baselines first; strong tabular defaults; escalate complexity only when justified
  • Evaluation & reporting: Slice analysis, uncertainty, model cards, production metrics
  • SQL transformation: SQLMesh for staging/intermediate/marts layers
  • MLOps: CI/CD, CT (continuous training), CM (continuous monitoring)
  • Production patterns: Data contracts, lineage, feedback loops, streaming features

Modern emphasis (2026): Feature stores, automated retraining, drift monitoring (Evidently), train-serve parity, and agentic ML loops (plan -> execute -> evaluate -> improve). Tools: LightGBM, CatBoost, scikit-learn, PyTorch, Polars (lazy

(truncated - see the full file via the links below)

File tree — 15 files
frameworks/shared-skills/skills/ai-ml-data-science/SKILL.md
frameworks/shared-skills/skills/ai-ml-data-science/assets/eda/template-eda.md
frameworks/shared-skills/skills/ai-ml-data-science/assets/evaluation/template-evaluation-report.md
frameworks/shared-skills/skills/ai-ml-data-science/assets/evaluation/template-model-card.md
frameworks/shared-skills/skills/ai-ml-data-science/assets/features/template-feature-engineering.md
frameworks/shared-skills/skills/ai-ml-data-science/assets/project/template-quick.md
frameworks/shared-skills/skills/ai-ml-data-science/assets/project/template-standard.md
frameworks/shared-skills/skills/ai-ml-data-science/assets/review/experiment-review-template.md
frameworks/shared-skills/skills/ai-ml-data-science/data/sources.json
frameworks/shared-skills/skills/ai-ml-data-science/references/class-imbalance-patterns.md
frameworks/shared-skills/skills/ai-ml-data-science/references/data-contracts-lineage.md
frameworks/shared-skills/skills/ai-ml-data-science/references/eda-best-practices.md
frameworks/shared-skills/skills/ai-ml-data-science/references/evaluation-patterns.md
frameworks/shared-skills/skills/ai-ml-data-science/references/feature-engineering-patterns.md
frameworks/shared-skills/skills/ai-ml-data-science/references/feature-freshness-streaming.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Build end-to-end ML projects from problem framing through production deployment”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

ai-architect-expert
by personamanagmentlayer · personamanagmentlayer/pcl

AI Architect Expert provides in-depth guidance on building production-grade AI systems, covering model registries, feature stores, distributed training pipelines, and inference optimization. Learn MLOps best practices, from CI/CD automation to monitoring strategies, and implement scalable patterns for real-time and batch workloads.

Apache-2.0updated Mar 2026
★ 38repo stars
ml-engineering
by irahardianto · irahardianto/awesome-agv

Master the principles for constructing reliable machine learning systems from data collection through deployment. Learn pipeline design patterns, feature engineering strategies, model validation checklists, and serving approaches—plus monitoring techniques to detect drift and trigger retraining.

MITupdated Jul 2026
★ 150repo stars
implementing-mlops
by ancoleman · ancoleman/ai-design-components

Implementing MLOps equips teams to operationalize machine learning models across the full lifecycle—from experiment tracking and model versioning through feature engineering, deployment, and observability. It covers platform selection for experiment management, feature store implementation, model serving strategies, and pipeline orchestration to help you transition from notebooks to robust, governed production systems.

MITupdated Dec 2025
★ 390repo stars
Mlops Pipelines
by MonumentalSystems · MonumentalSystems/Atlas-Agent-Teams

MLOps Pipelines covers the full lifecycle of production machine learning: from choosing deployment approaches (batch, real-time, edge, streaming) through monitoring model performance and detecting data drift, to implementing CI/CD automation and managing feature stores. Learn model versioning, registry practices, and governance patterns to keep ML systems reliable and reproducible at scale.

no license declared → metadata onlyupdated Feb 2026
★ 16repo stars
ml-pipeline-workflow
by wshobson · wshobson/agents

ML Pipeline Workflow guides you through constructing production-ready MLOps systems that span data ingestion, preparation, model training, validation, and deployment. It covers pipeline architecture, DAG orchestration patterns, data quality checks, experiment tracking integration, and deployment strategies including canary and blue-green approaches.

MITupdated Jul 2026
★ 38,308repo stars
Ml Engineering
by eyadsibai · eyadsibai/ltk

Learn to build and operate production machine learning systems with guidance on model deployment, infrastructure setup, and monitoring. Covers MLOps workflows, LLM integration patterns, and best practices for scaling models in real-world environments.

no license declared → metadata onlyupdated Jan 2026
★ 6repo stars
Tags
end-to-end-mltabular-modelingfeature-opsproduction-readinessdata-quality-gatesmodel-governanceexperiment-trackingdrift-detectionoperational-handoffbaseline-first