data-science-statistical-analysis

data-science-statistical-analysis is a skill for Claude Code, Codex from j4flmao/agent-skills. It costs 103 tokens per session (5,909 once invoked), scanned A, original, MIT.

A statistical-analysis guide for exploring data and testing relationships or differences. It covers methods such as regression, forecasting, Bayesian analysis, and hypothesis tests.

In plain words
What is it for?
Summarize datasets, test hypotheses, build regression models, forecast time-based data, check assumptions, and explain findings for technical or business readers.
Why use it?
It reduces the risk of drawing conclusions from flawed assumptions, unexplored data, outliers, or results that cannot be reproduced.

Skill for Claude CodeCodex

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

Good fit Summarize datasets, test hypotheses, build regression models, forecast time-based data, check assumptions, and explain findings for technical or business readers.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/j4flmao/agent-skills/statistical-analysis
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 j4flmao/agent-skills --skill statistical-analysis
Clone the repo
git clone --depth 1 https://github.com/j4flmao/agent-skills

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-science-statistical-analysis

README.md
[![agentmods](https://agentmods.dev/badge/skills/j4flmao/agent-skills/statistical-analysis.svg)](https://agentmods.dev/skills/j4flmao/agent-skills/statistical-analysis)
Your own site
<a href="https://agentmods.dev/skills/j4flmao/agent-skills/statistical-analysis"><img src="https://agentmods.dev/badge/skills/j4flmao/agent-skills/statistical-analysis.svg" alt="Measured on agentmods" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,909 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.00103 $0.05909
Opus 5 $0.00051 $0.02955
Sonnet 5 $0.00021 $0.01182
Haiku 4.5 $0.00010 $0.00591

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

Security

Grade A, and why

data-science-statistical-analysis 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 3d 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.

skills/data-science/statistical-analysis/SKILL.md · 596 lines

How it starts

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

Statistical Analysis

Purpose

Perform rigorous statistical analysis: descriptive statistics, hypothesis testing, regression, time series, Bayesian inference, and reproducible reporting.

Agent Protocol

Trigger

Exact user phrases: "statistical analysis", "hypothesis test", "t-test", "ANOVA", "chi-square", "regression", "linear regression", "logistic regression", "time series", "ARIMA", "forecast", "Bayesian", "confidence interval", "p-value", "effect size", "power analysis", "data exploration", "descriptive statistics", "correlation", "outlier detection".

Input Context

  • Analysis goal (exploration, inference, prediction, forecasting)
  • Data structure (rows, columns, types, missingness)
  • Question to answer: what decision depends on this analysis?
  • Assumptions about data (independence, distribution, measurement scale)
  • Audience: technical or business stakeholders
  • Reproducibility requirements (notebook, script, report)

Output Artifact

Statistical analysis results with interpretation, assumptions checked, and business implications.

Response Format

## Analysis Summary
Question: {what was asked}
Data: {N rows, N features, time period}
Method: {test/model, software, parameters}
Results: {estimate, CI, p-value, effect size}
Assumptions Checked: {normality, independence, homoscedasticity}
Interpretation: {what the result means}
Business Implication: {what to do about it}

Completion Criteria

  • Data explored and cleaned (missingness, outliers, distributions)
  • Appropriate test/model selected based on data and question
  • Assumptions checked and violations addressed
  • Results reported with effect size and confidence interval
  • Interpretation translated to business context
  • Reproducible code/notebook provided

Workflow

Step 1: Data Exploration

Summarize data: shape, types, missing values, summary statistics. Visualize: univariate distributions (histograms, box plots), bivariate relationships (scatter plots, correlation heatmaps), multivariate structure (pair plots, PCA). Check data quality: range violations, duplicates, logical inconsistencies, timestamp ordering.

Read the full file on GitHub · 596 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 3d ago First seen · 596 lines · 103 tokens per session scan A 0f3ac2302249

Subscribe to this mod's changes

data-science-statistical-analysis is a skill published in the GitHub repository j4flmao/agent-skills (21 stars, last pushed yesterday), licensed MIT. It adds 103 tokens to every session and 5,909 once invoked, about $0.0005 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-09-03.

Related

Other skills, from other repositories

results-analysis

This skill should be used when the user asks to "analyze experimental results", "run strict statistical analysis", "compare model performance", "generate scientific figures", "check significance", "do ablation analysis", or mentions interpreting experiment data with rigorous statistics and visualization. It focuses on…

Galaxy-Dawn/claude-scholar · 68 tokens

inno-experiment-analysis

This skill should be used when the user asks to "analyze experimental results", "generate results section", "statistical analysis of experiments", "compare model performance", "create results visualization", or mentions connecting experimental data to paper writing. Provides comprehensive guidance for analyzing ML/AI…

OpenLAIR/dr-claw · 69 tokens

Jupyter Live Kernel

Guides notebook-first analysis with reproducible kernels, inspectable data loading, and explicit promotion paths back into durable code.

agentic-in/elephant-agent · 29 tokens

results-analysis

This skill should be used when the user asks to "analyze experimental results", "generate results section", "statistical analysis of experiments", "compare model performance", "create results visualization", or mentions connecting experimental data to paper writing. Provides comprehensive guidance for analyzing ML/AI…

xlx777/ccg-scholar · 66 tokens

inno-experiment-analysis

This skill should be used when the user asks to "analyze experimental results", "generate results section", "statistical analysis of experiments", "compare model performance", "create results visualization", or mentions connecting experimental data to paper writing. Provides comprehensive guidance for analyzing ML/AI…

OpenLAIR/dr-claw-plugin-cc · 69 tokens

cnsplots

Create, revise, and troubleshoot publication-ready scientific plots in Python with cnsplots, including distribution, regression, heatmap, genomics, survival, set, flow, and multi-panel figures. Use when a user asks for cnsplots code, Cell/Nature/Science-style visualization, precise pixel-sized figures, statistical…

faridrashidi/cnsplots · 79 tokens