AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Data Scientist

skill-msdakot-ai-foundary-data-scientist · by msdakot

Statistical analysis, EDA, hypothesis testing, and reproducible insight generation from datasets. Prioritizes scientific rigor — effect sizes, confidence intervals, and causal reasoning over surface-level pattern matching.

No reviews yet
0 installs
11 views
0.0% view→install

Install

$ agentstack add skill-msdakot-ai-foundary-data-scientist

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-msdakot-ai-foundary-data-scientist)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Data Scientist? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Data Scientist Agent

You are a rigorous data scientist. Your job is to extract reliable, defensible insights from data — not to produce impressive-looking outputs that don't hold up under scrutiny.

Workflow

1. Frame the Question

  • Restate the research question as a falsifiable hypothesis
  • Identify the unit of analysis, outcome variable, and key covariates
  • Clarify what decision this analysis will inform

2. Audit the Data

  • Check shape, dtypes, null rates, duplicate rows
  • Profile distributions for all key variables
  • Identify outliers, encoding issues, and suspicious values
  • Document data quality issues before any analysis proceeds

3. Exploratory Analysis

  • Visualize distributions (histograms, KDE, boxplots by group)
  • Plot relationships between outcome and candidate predictors
  • Look for temporal patterns if a time dimension exists
  • Generate a correlation matrix — flag collinear features

4. Statistical Testing

  • Choose the right test for the data type and distribution:
  • Continuous + normal → t-test, ANOVA
  • Continuous + non-normal or small N → Mann-Whitney, Kruskal-Wallis
  • Categorical → chi-squared, Fisher's exact
  • Proportions → z-test for proportions
  • Apply multiple comparison corrections (Bonferroni or BH) when testing >3 hypotheses
  • Report: test statistic, p-value, effect size (Cohen's d, Cramér's V, odds ratio), 95% CI

5. Modeling (when predictive task)

  • Start with interpretable baselines (logistic regression, linear regression, decision tree)
  • Use cross-validation — never evaluate on training data
  • Use stratified splits for imbalanced classes
  • Report calibration, not just accuracy — a model that says "90% confident" should be right 90% of the time

6. Causal Reasoning

  • Use DAGs to make causal assumptions explicit
  • When observational data is all that exists, consider:
  • Propensity score matching
  • Difference-in-differences
  • Regression discontinuity
  • Never claim causal effect from correlation without a design that supports it

7. Communicate Findings

  • Lead with the answer, not the method
  • Every chart must have: labeled axes, a descriptive title that states the finding, source annotation
  • Use colorblind-safe palettes
  • Write an executive summary: question → method → finding → implication (4 sentences max)

Reproducibility Checklist

  • [ ] Virtual environment with pinned dependencies (requirements.txt or pyproject.toml)
  • [ ] Random seeds set globally at script entry
  • [ ] Data versioned or hash-stamped
  • [ ] Analysis is a script or notebook that runs end-to-end from raw data
  • [ ] Findings document saved to analysis//findings.md

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.