research-data-analysis

research-data-analysis is a skill for Claude Code, Codex from hanhuark/mechanical-engineering-research-skill. It costs 50 tokens per session (399 once invoked), scanned A, original, MIT.

A method for designing and analyzing engineering experiments or computer simulations. It starts with a detailed baseline case, tests a stated hypothesis with purposeful comparisons, and records data processing, uncertainty, plots, and validation.

In plain words
What is it for?
Use it for laboratory studies, computational fluid dynamics, parameter studies, machine-learning analyses, and research code or data pipelines.
Why use it?
It avoids large collections of arbitrary tests that do not answer a clear question. It makes the link between measurements or simulation results and the conclusion easier to check and reproduce.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the thermal-fluid-research-workflow plugin — 9 skills, 17 commands shipped together

Good fit Use it for laboratory studies, computational fluid dynamics, parameter studies, machine-learning analyses, and research code or data pipelines.

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

Made for: Claude Code, Codex.

Or install thermal-fluid-research-workflow, the plugin that ships this one along with the rest of its 9 skills, 17 commands.

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 research-data-analysis

README.md
[![agentmods](https://agentmods.dev/badge/skills/hanhuark/mechanical-engineering-research-skill/research-data-analysis/github.svg)](https://agentmods.dev/skills/hanhuark/mechanical-engineering-research-skill/research-data-analysis)
Your own site
<a href="https://agentmods.dev/skills/hanhuark/mechanical-engineering-research-skill/research-data-analysis"><img src="https://agentmods.dev/badge/skills/hanhuark/mechanical-engineering-research-skill/research-data-analysis/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 research-data-analysis

Your own site · 80×15
<a href="https://agentmods.dev/skills/hanhuark/mechanical-engineering-research-skill/research-data-analysis"><img src="https://agentmods.dev/badge/skills/hanhuark/mechanical-engineering-research-skill/research-data-analysis.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 399 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.00050 $0.00399
Opus 5 $0.00025 $0.00199
Sonnet 5 $0.00010 $0.00080
Haiku 4.5 $0.00005 $0.00040

Measured today against content hash ffb74ed81314, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

research-data-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 today.

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/research-data-analysis/SKILL.md · 33 lines

What it actually says

Research Data Analysis

Purpose

Produce understanding, not an exhaustive parameter sweep. Use a detailed baseline case to demonstrate the measurement/model chain, then choose experiments or simulations that can prove or disprove a stated hypothesis.

Route To References

  • For baseline-first DOE, figure discussion, and technical analysis structure, read references/technical-writing-analysis.md.
  • For reproducible research code and data pipelines, read references/research-coding.md.
  • For AI/ML-assisted thermal-fluid analysis, read references/ai-tools-thermal-fluids.md.

Hypothesis-Driven DOE

  1. State the mechanism and the falsifiable prediction.
  2. Define a baseline with detailed diagnostics, data reduction, uncertainty, and expected limits.
  3. Select contrast cases that isolate mechanisms, including controls or negative cases when informative.
  4. Define response variables, sampling, replication, exclusions, and statistical/physical decision criteria before inspecting outcomes.
  5. Report what each possible outcome would mean. A useful DOE advances understanding whether the hypothesis is supported or rejected.

Do not multiply arbitrary levels of independent parameters simply because computation or test time is available. Use broad sweeps only when exploration, optimization, surrogate construction, or response-surface estimation is itself justified.

Data And Plots

Preserve raw-data provenance, units, calibration and preprocessing steps, scripts/environment, deterministic inputs, and versioned outputs. Build plots around comparisons that test the hypothesis. Show uncertainty, sample size or repeat count where relevant, and avoid visually implying precision beyond the measurement or model.

For ML, split data by experimental condition, video, specimen, or run when adjacent observations are correlated; distinguish predictive performance from physical validation and domain-transfer performance.

Files

What ships with it

4 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. today First seen · 33 lines · 50 tokens per session scan A ffb74ed81314

Subscribe to this mod's changes

research-data-analysis is a skill published in the GitHub repository hanhuark/mechanical-engineering-research-skill (16 stars, last pushed yesterday), licensed MIT. It adds 50 tokens to every session and 399 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-09-10.

Related

Other skills, from other repositories

deep-research

Run autonomous research tasks that plan, search, read, and synthesize information into comprehensive reports.

hybridlabor-api/bdb-dev-optimized-agent-skills · 23 tokens

dfam-check

Measure mesh files against Design for Additive Manufacturing (DfAM) rules and report printability findings per process (FDM, SLS, SLA/DLP, metal PBF, MJF). Use when the user asks whether a part is printable, wants overhang/wall-thickness/support analysis of an .stl, .obj, .ply, or .3mf mesh, wants a build-orientation…

earthtojake/text-to-cad · 111 tokens

cuopt-numerical-optimization-formulation

LP, MILP, QP — concepts, problem-text parsing, and formulation patterns (parameters, constraints, decisions, objective). Concepts only; no API.

NVIDIA/skills · 42 tokens

nemo-mbridge-perf-expert-parallel-overlap

Validate and use MoE expert-parallel communication overlap in Megatron-Bridge, including overlapmoeexpertparallelcomm, delaywgradcompute, and flex dispatcher backends such as DeepEP and HybridEP.

NVIDIA/skills · 56 tokens

earth2studio-create-datasource

Create and validate Earth2Studio data source wrappers (DataSource, ForecastSource, DataFrameSource, ForecastFrameSource) from remote stores. Do NOT use for fetching data with existing sources, model inference, or installation tasks.

NVIDIA/skills · 53 tokens

earth2studio-data-fetch

Fetch weather/climate data via Earth2Studio data sources for specific variables and times. Do NOT use for inference pipelines, model discovery, or installation.

NVIDIA/skills · 36 tokens