Agent skill · NVIDIA

earth2studio-create-diagnostic

Create Earth2Studio diagnostic model wrappers for single-step data transformations, including simple derived diagnostics, packaged AutoModel diagnostics, and generative or diffusion diagnostics. Do NOT use for prognostic time-stepping models, data sources, or installation.

What it needs

About 8k tokens when loaded.

What this skill does

Quick Start Checklist Do these steps in order. Do not skip ahead. Before editing, read this SKILL.md and load the relevant reference files for the model type. After implementation, run the focused pytest command before saying tests pass. If tests cannot run, report the exact command and failure instead of claiming success. [ ] Read this SKILL.md completely first [ ] Get the reference script, repo, paper, or model documentation (Step 0) [ ] Classify the diagnostic as simple, AutoModel, or generative (Step 1) [ ] Propose dependency extras before editing dependency files (Step 1) [ ] Create earth2studio/models/dx/<name>.py with diagnostic-only APIs [ ] Create test/models/dx/test<name>.py with mock tests [ ] Run: uv run pytest test/models/dx/test<name>.py -m "not package" -v [ ] Add/update model extra, install docs, API docs, and changelog when required [ ] Run: make format && make lint && make license Critical command rule: always use uv run for Python commands: Use uv run pytest ... and uv run python ... Do not use bare pytest or python in repo workflows If the generated model is wrong, do not keep retrying the same fix. Follow Self-Improvement, patch this skill or its references, then continue with the corrected workflow. Purpose Implement a diagnostic model wrapper connecting third-party or derived ML transforms to Earth2Studio. Diagnostic models transform data at a single time point: input fields in, output fields out, no forecast integration. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills NVIDIA/earth2studio-create-diagnostic

View the source on GitHub

Browse the @skills marketplace