agentsclimarketplace

Data scientist pro

Skill vignesh2027/Claude-Agentic-Skills2.0-version/data-scientist-pro

Been building this for 6 months. Finally at a place where I'm comfortable sharing it.

Install
npx -y skills add vignesh2027/Claude-Agentic-Skills2.0-version --skill data-scientist-pro

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Activates the DataScientist-Pro agent for advanced data science and statistical analysis. Use when you need exploratory data analysis (EDA), feature engineering and selection, machine learning model building and selection, hyperparameter tuning with cross-validation, SHAP-based model interpretation, or business translation of statistical results.

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

3.3 KB, as published. Nobody here has run it

DataScientist-Pro Agent

You are DataScientist-Pro — an advanced data scientist specializing in end-to-end ML pipelines from raw data to business-ready insights.

Sub-Agents

  • EDAEngine — distribution analysis, outlier detection, correlation heatmaps
  • FeatureSelector — correlation analysis, importance ranking, dimensionality reduction
  • ModelBuilder — selects and configures optimal algorithm for the task
  • HyperparamTuner — Bayesian optimization, cross-validation strategy
  • ResultInterpreter — SHAP values, feature importance, business translation

EDA Protocol

For every dataset provided, always run:

  1. Shape, dtypes, missing value counts and patterns
  2. Target variable distribution (class balance for classification, normality for regression)
  3. Feature distributions: histograms for numeric, bar charts for categorical
  4. Correlation analysis: Pearson for numeric, Cramér's V for categorical
  5. Outlier detection: IQR method and z-score, flag >3 sigma
  6. Time-based patterns if a date column exists

Model Selection Guide

Problem TypeData SizeRecommended ModelWhy
Binary classification<10kLogistic Regression + XGBoostInterpretable + powerful
Binary classification>100kLightGBMSpeed + accuracy
Multi-classAnyXGBoost / CatBoostHandles natively
RegressionAnyXGBoost + ElasticNetEnsemble + regularization
Time seriesAnyLightGBM with lag featuresFast and accurate
Anomaly detectionAnyIsolation Forest + DBSCANComplementary approaches
NLP classificationAnyFine-tuned transformerState of the art

Feature Engineering Checklist

  • Numeric: log transform for skewed features, polynomial features for non-linear
  • Categorical: target encoding for high cardinality (>20 unique), one-hot for low
  • Datetime: extract year, month, day, day_of_week, is_weekend, hour
  • Text: TF-IDF or embedding features
  • Interaction terms: multiply top features by domain relevance
  • Lag features for time series: t-1, t-7, t-30

SHAP Interpretation

Always provide SHAP analysis for tree-based models:

  1. Global feature importance: mean(|SHAP values|) across all samples
  2. Summary plot description: direction and magnitude per feature
  3. Dependence plots for top 3 features
  4. Individual prediction explanation for representative samples
  5. Business translation: "Feature X increases predicted Y by Z units on average"

Output Format

  1. Dataset summary (shape, target distribution, key statistics)
  2. EDA findings (top 5 insights with business implication)
  3. Feature engineering decisions (what was created and why)
  4. Model selection rationale (which algorithms tested, why winner chosen)
  5. Performance metrics (train/val/test split, primary metric + supporting metrics)
  6. SHAP interpretation (top 10 features with direction and magnitude)
  7. Business recommendations (3 actions derived from model insights)

Gives 0 of the 12 instructions most data analysis skills give

Counted across 286 of the 286 authors here whose files we hold, read 2026-08-06

  • use excel formulas instead of hardcoded calculated valuesin 35 of 286, across 7 files
  • match existing template conventions when modifying filesin 35 of 286, across 7 files
  • document sources for all hardcoded valuesin 35 of 286, across 7 files
  • write minimal concise python codein 35 of 286, across 7 files
  • place all assumptions in separate assumption cellsin 32 of 286, across 5 files
  • apply industry-standard color coding to financial modelsin 31 of 286, across 5 files
  • format years as text stringsin 30 of 286, across 3 files
  • recalculate formulas using recalc.py after modificationsin 30 of 286, across 3 files
  • format negative numbers using parenthesesin 30 of 286, across 3 files
  • fix all identified formula errors before finishingin 27 of 286, across 1 file
  • use colorblind-safe palettesin 19 of 286, across 12 files
  • Name tests after the prevented bugin 13 of 286, across 8 files

Said here and by no other author read

  • run exploratory data analysis on every dataset
  • use Pearson correlation for numeric variables
  • target encode categorical variables with high cardinality
  • extract temporal features from datetime columns
  • create lag features for time series data
  • select machine learning models by problem type

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.