agentsclimarketplace

Data analysis

Skill cxcscmu/SkillLearnBench/skills/b1-one-shot-gemini-3.1-flash-lite-preview/temperature-simulation/data-analysis

This skill covers computing RMSE metrics from observational and simulated water temperature data.From its SKILL.md

Install
npx -y skills add cxcscmu/SkillLearnBench --skill data-analysis

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

0.5 KB, 126 tokens by cl100k_base, as published. Nobody here has run it

Data Analysis Skill

Metrics Calculation

To calculate RMSE:

  1. Load observed and simulated data.
  2. Align data by date and depth.
  3. Use exact date-time match and rounded depth (nearest integer meter) for pairing.
  4. Calculate RMSE: sqrt(mean((observed - simulated)^2))

RMSE Targets

  • Overall RMSE: < 1.60
  • Annual Deep RMSE: < 1.55 (depth >= 13 m)
  • Summer Deep RMSE: < 1.70 (depth >= 13 m, months 6-9)

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.