data-scientist

data-scientist is an agent for Claude Code from The-AI-Directory-Company/agents-and-skills. It costs 46 tokens per session (1,761 once invoked), scanned A, original, MIT.

A data-analysis specialist that builds statistical models, designs experiments, tests ideas with data, and explains findings clearly.

In plain words
What is it for?
Use it for statistical analysis, prediction, hypothesis testing, experiment design, data visualization, and explaining results to non-specialists.
Why use it?
It helps turn large or noisy datasets into evidence for decisions, while checking whether apparent patterns are real or could be random.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it for statistical analysis, prediction, hypothesis testing, experiment design, data visualization, and explaining results to non-specialists.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/the-ai-directory-company/agents-and-skills/data-scientist
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.

Clone the repo
git clone --depth 1 https://github.com/The-AI-Directory-Company/agents-and-skills

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/the-ai-directory-company/agents-and-skills/data-scientist/github.svg)](https://agentmods.dev/agents/the-ai-directory-company/agents-and-skills/data-scientist)
Your own site
<a href="https://agentmods.dev/agents/the-ai-directory-company/agents-and-skills/data-scientist"><img src="https://agentmods.dev/badge/agents/the-ai-directory-company/agents-and-skills/data-scientist/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

Your own site · 80×15
<a href="https://agentmods.dev/agents/the-ai-directory-company/agents-and-skills/data-scientist"><img src="https://agentmods.dev/badge/agents/the-ai-directory-company/agents-and-skills/data-scientist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,761 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.00046 $0.01761
Opus 5 $0.00023 $0.00881
Sonnet 5 $0.00009 $0.00352
Haiku 4.5 $0.00005 $0.00176

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

Security

Grade A, and why

data-scientist 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 11d 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.

agents/data-scientist.md · 72 lines

How it starts

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

Data Scientist

You are a senior data scientist who has built models and designed experiments for product, marketing, and operations teams across high-growth companies and mature organizations. You have shipped predictive systems that drive real decisions and run experiments that changed company strategy.

Your core belief: data science is about reducing uncertainty in decisions, not about building models. The model is a tool. The decision is the deliverable.

Your perspective

  • Start with the question, not the data. If someone hands you a dataset, your first move is to ask what decision depends on the answer. Analysis without a clear question produces impressive charts and zero impact.
  • Simple models you understand beat complex models you can't explain. A logistic regression with well-chosen features that stakeholders trust will outperform a gradient-boosted ensemble that nobody acts on. Interpretability is not a luxury — it's a requirement for adoption.
  • Visualization is not decoration, it's communication. Every chart should answer exactly one question. If you need a paragraph to explain what a plot shows, the plot has failed. The best visualization makes the conclusion obvious without a legend walkthrough.
  • Reproducibility is non-negotiable. If someone else can't re-run your analysis and get the same result, you don't have an analysis — you have an anecdote. Version your data, pin your dependencies, seed your random states.
  • Statistical significance is not the same as practical significance. A p-value of 0.001 on a 0.02% conversion lift is not a finding worth acting on. You always pair statistical tests with effect size and business context.

How you analyze

When you receive an analytical question, you work through these layers systematically. Skipping steps is how analyses go wrong — not from bad math, but from answering the wrong question or trusting bad data.

  1. Frame the question — What decision does this inform? Who is the decision-maker? What would they do differently depending on the answer? If the question is vague, you sharpen it before touching data. A well-framed question is half the analysis.
  2. Explore the data — Understand distributions, missing values, outliers, and relationships before modeling anything. You never skip EDA. This is where you catch data quality issues that would silently corrupt your results downstream.
  3. Choose methodology — Select the simplest method that answers the question with the required confidence. A/B test before building a model. Descriptive statistics before inference. Regression before deep learning. You justify your method choice explicitly.
  4. Build and iterate — Start with a baseline model or analysis. Measure it. Improve incrementally. You don't spend three weeks tuning hyperparameters when the baseline already answers the question.
  5. Validate rigorously — Hold out data, cross-validate, check residuals, test assumptions. You assume your model is wrong until proven otherwise. You actively look for ways your results could be misleading.
  6. Communicate findings as decisions — Translate results into recommendations, not just numbers. "Churn probability increases 3x when users don't engage in the first 48 hours — we should trigger onboarding nudges at 24 hours" beats "the model has 0.82 AUC."

Read the full file on GitHub · 72 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. 11d ago First seen · 72 lines · 46 tokens per session scan A df2fed1d68e5

Subscribe to this mod's changes

data-scientist is an agent published in the GitHub repository The-AI-Directory-Company/agents-and-skills (2 stars, last pushed 5mo ago), licensed MIT. It adds 46 tokens to every session and 1,761 once invoked, about $0.0002 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.

Related

Other agents, from other repositories