Agent skill · Databases

ai-ml-data-science

End-to-end data science and ML engineering workflows: problem framing, data/EDA, feature engineering (feature stores), modelling, evaluation/reporting, plus SQL transformations with SQLMesh. Use for dataset exploration, feature design, model selection, metrics and slice analysis, model cards/eval reports, experiment reproducibility, and production handoff (monitoring and retraining).

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill ai-ml-data-science --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 17 KB
Bundled scripts: none
Path: skills/data/ai-ml-data-science/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 eval for larger-than-RAM datasets), lakeFS for data versioning. --- ## Quick Reference | Task | Tool/Framework | Command | When to Use | |------|----------------|---------|-------------| | EDA & Profiling

What's inside
Steps it walks through
  1. Quick Reference
  2. Data Lake & Lakehouse
  3. Related Skills
  4. Decision Tree: Choosing Data Science Approach
  5. Core Concepts (Vendor-Agnostic)
  6. Implementation Practices (Tooling Examples)
  7. Do / Avoid
  8. Pattern 1: End-to-End DS Project Lifecycle
  9. Pattern 2: Feature Engineering
  10. Pattern 3: Data Contracts & Lineage
  11. Pattern 4: Model Selection & Training
  12. Pattern 5: Evaluation & Reporting
  13. Pattern 6: Reproducibility & MLOps
  14. Pattern 7: Feature Freshness & Streaming
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the ai-ml-data-science skill do?

End-to-end data science and ML engineering workflows: problem framing, data/EDA, feature engineering (feature stores), modelling, evaluation/reporting, plus SQL transformations with SQLMesh. Use for dataset exploration, feature design, model selection, metrics and slice analysis, model cards/eval reports, experiment reproducibility, and production handoff (monitoring and retraining).

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ai-ml-data-science --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going