data-scientist-pro

data-scientist-pro is a skill for Claude Code, Codex from vignesh2027/Claude-Agentic-Skills2.0-version. It costs 64 tokens per session (734 once invoked), scanned A, original, MIT.

A guide for analyzing datasets and building machine-learning models. It covers data exploration, feature selection, model choice, parameter tuning, validation, and explaining results in business terms.

In plain words
What is it for?
Use it to inspect a dataset, study distributions and correlations, detect outliers, prepare features, train and compare models, tune their settings, validate results, and interpret feature importance.
Why use it?
It gives a structured way to find missing data, unusual values, patterns, and relationships before modeling. It also helps compare models and explain why a model produced its predictions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

Good fit Use it to inspect a dataset, study distributions and correlations, detect outliers, prepare features, train and compare models, tune their settings, validate results, and interpret feature importance.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vignesh2027/claude-agentic-skills2.0-version/data-scientist-pro
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add vignesh2027/Claude-Agentic-Skills2.0-version --skill data-scientist-pro
Clone the repo
git clone --depth 1 https://github.com/vignesh2027/Claude-Agentic-Skills2.0-version

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for data-scientist-pro

README.md
[![agentmods](https://agentmods.dev/badge/skills/vignesh2027/claude-agentic-skills2.0-version/data-scientist-pro/github.svg)](https://agentmods.dev/skills/vignesh2027/claude-agentic-skills2.0-version/data-scientist-pro)
Your own site
<a href="https://agentmods.dev/skills/vignesh2027/claude-agentic-skills2.0-version/data-scientist-pro"><img src="https://agentmods.dev/badge/skills/vignesh2027/claude-agentic-skills2.0-version/data-scientist-pro/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for data-scientist-pro

Your own site · 80×15
<a href="https://agentmods.dev/skills/vignesh2027/claude-agentic-skills2.0-version/data-scientist-pro"><img src="https://agentmods.dev/badge/skills/vignesh2027/claude-agentic-skills2.0-version/data-scientist-pro.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 734 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00064 $0.00734
Opus 5 $0.00032 $0.00367
Sonnet 5 $0.00013 $0.00147
Haiku 4.5 $0.00006 $0.00073

Measured 12d ago against content hash 4295619505a4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

data-scientist-pro scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

data-scientist-pro/SKILL.md · 73 lines

How it starts

The opening of the file, as written. The whole thing — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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 Type Data Size Recommended Model Why
Binary classification <10k Logistic Regression + XGBoost Interpretable + powerful
Binary classification >100k LightGBM Speed + accuracy
Multi-class Any XGBoost / CatBoost Handles natively
Regression Any XGBoost + ElasticNet Ensemble + regularization
Time series Any LightGBM with lag features Fast and accurate
Anomaly detection Any Isolation Forest + DBSCAN Complementary approaches
NLP classification Any Fine-tuned transformer State 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

Read the full file on GitHub · 73 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 73 lines · 64 tokens per session scan A 4295619505a4

Subscribe to this mod's changes

data-scientist-pro is a skill published in the GitHub repository vignesh2027/Claude-Agentic-Skills2.0-version (4 stars, last pushed 14d ago), licensed MIT. It adds 64 tokens to every session and 734 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.