Use this skill to build a deterministic toy climate cube with Xarray and summarize simple spatiotemporal statistics.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add ma-compbio-lab/SkillFoundry --skill xarray-climate-cube-starter --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Xarray Climate Cube Starter?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ma-compbio-lab-xarray-climate-cube-starter)More formats (shields.io, HTML) on the badges page.
# Xarray Climate Cube Starter
Use this skill to build a deterministic toy climate cube with Xarray and summarize simple spatiotemporal statistics.
## What it does
- Creates a monthly temperature cube with `time`, `lat`, and `lon` dimensions.
- Computes annual mean temperature, seasonal range, per-latitude means, and the hottest month.
- Returns compact JSON that is easy to reuse in downstream scientific-Python workflows.
## When to use it
- You need a local, no-auth starter for climate or environmental data handling.
- You want a minimal example of labeled multidimensional array operations with Xarray.
## Example
```bash
slurm/envs/scientific-python/bin/python skills/earth-climate-and-geospatial-science/xarray-climate-cube-starter/scripts/run_xarray_climate_cube.py \
--out scratch/xarray/climate_cube_summary.json
```
## Verification
- Skill-local tests: `python3 -m unittest discover -s skills/earth-climate-and-geospatial-science/xarray-climate-cube-starter/tests -p 'test_*.py'`
- Repository smoke: `python3 -m unittest tests.smoke.test_frontier_domain_skills -v`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!