Home About How it works Services Blog Contact
Request a diagnosis →
← Components for AI use
Claude Skill · Research & Statistics

Research & Statistics Engine

Scientific research, statistics, data analysis, epidemiology, and market intelligence.

Available v1.0 ~36 KB Open
Download

Download the skill

A .skill file (official Claude Skill package). Import it directly into Claude Code via /skills or unzip it into ~/.claude/skills/.

Download research-statistics-engine.skill

No sign-up. No analytics. Just a direct download.

What it does

A senior quantitative researcher, in skill form.

It makes Claude operate at the standard of a strong-journal peer reviewer and a top-consulting lead analyst — rigorous, transparent about uncertainty, useful for real decisions. It triggers automatically on requests like "is this statistically significant?", "analyze these numbers", "how big is this market?", "what does the literature say about X?", "design a cohort study". No need to invoke it manually.

Two modes of operation
A

Mode A — Empirical analysis

The user hands over data (a file, a pasted table, a list of numbers) and wants analysis. Inspection before modeling (an EDA script included), assumption checks, deliberate choice of method, execution in real Python, interpretation with effect size + confidence interval, honest limitations.

B

Mode B — Research & intelligence

A question with no dataset: "what does the research say about", "how big is this market", "design a study". It searches for evidence in primary sources (PubMed, IBGE, DATASUS, IPEA, OECD, World Bank, WHO, BACEN), validates date/methodology/bias, reconciles conflicts without lazy averages, always cites.

Non-negotiable principles

They exist because a confident, wrong answer in this domain leads to genuinely bad decisions.

Never fabricate

No invented sources, no guessed numbers, no placeholder citations. If the number doesn't come from the user's data or a real source consulted, it isn't stated.

Label the epistemic status

FACT (comes from data or a source), INTERPRETATION (a reading), HYPOTHESIS (a testable proposition), SPECULATION (an informed guess). The reader never has to guess.

Correlation is not causation

Causal language only when the design allows it (RCT, natural experiment, causal-inference method) — and the design is made explicit.

Quantify uncertainty

Confidence intervals, effect sizes, samples, and p-values appear together. Never a p-value alone. Never an effect size without an interval.

Evidence hierarchy

Meta-analysis > systematic review > RCT > cohort > case-control > cross-sectional > institutional dataset > industry report > opinion.

Expose limitations

Every analysis ends with what could be wrong: confounding, bias, small n, selection, generalization, data quality.

What's inside
  • SKILL.md The full specification: triggers, workflows, principles, a statistical-test router, output templates, a rigor checklist.
  • references/methods.md A catalog of statistical and ML methods: when to use them, assumptions, formulas, evaluation metrics, a preprocessing guide.
  • references/data-sources.md Brazilian data sources (IBGE, DATASUS, IPEA, Fiocruz, SciELO, BACEN) and international ones (PubMed, WHO, OECD, World Bank, OWID) mapped with reliability and data type.
  • scripts/eda.py An automated exploratory data analysis script. Runs on CSV/Excel: shape, dtypes, missingness, descriptives, distributions, outliers, correlations.
How to install
  1. 1

    Download the .skill file

    Click "Download research-statistics-engine.skill" above.

  2. 2

    Add it to Claude Code

    Move the file to ~/.claude/skills/ (or unzip it as a folder in there). Claude Code loads it automatically.

  3. 3

    Use it without invoking

    The skill triggers on its own when the request involves data or evidence. Ask "is this statistically significant?" and it activates.

When to use it
  • "Analyze these numbers, is this a real difference?" → Mode A, a hypothesis test with assumption checks and effect size.
  • "How much is the market for X worth in Brazil?" → Mode B, TAM/SAM/SOM with primary sources, a conservative/base/optimistic range.
  • "What does the research say about Y?" → Mode B, a review with evidence hierarchy and conflicts flagged.
  • "Forecast this sales history." → Mode A, ARIMA/SARIMA/Prophet with a confidence interval.
  • "Design a study to answer Z." → Mode B, choice of design (cohort, case-control, cross-sectional) with justification.
  • "What is the prevalence of hypertension in SP?" → Mode B, epidemiology via DATASUS/Fiocruz/WHO with the calculation method.

Built something similar?

We curate components for applied AI. If your skill works in production and you want to publish, talk to us.

Propose a component → See other components