Agent skill
google-earth-engine-checklist
Sub-skill of google-earth-engine: Checklist (+1).
Install this agent skill to your Project
npx add-skill https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/_archive/engineering/gis/google-earth-engine/checklist
SKILL.md
Checklist (+1)
Checklist
-
ee.Initialize()succeeds without exception -
image.bandNames().getInfo()returns expected bands -
collection.size().getInfo()> 0 for date/bounds filter - Exported GeoTIFF CRS matches requested (
rasterio.open().crs) - Depth values in expected range (e.g., GEBCO: -11000 to +8800 m)
- Time-series length matches expected date range
- Spot check: known well location falls within correct depth contour
Benchmark Check (GEBCO)
# Dogger Bank area should be ~20-40 m depth
test_pt = ee.Geometry.Point([3.0, 55.5])
val = gebco.select("elevation").sample(test_pt, 500).first()
depth_val = val.get("elevation").getInfo()
assert -60 < depth_val < 0, f"GEBCO validation failed: {depth_val}"
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-complete-milestone
Archive completed milestone and prepare for next version
gsd-reapply-patches
Reapply local modifications after a GSD update
gsd-verify-work
Validate built features through conversational UAT
gsd-thread
Manage persistent context threads for cross-session work
clinical-trial-protocol
Generate clinical trial protocols for medical devices or drugs through a modular, waypoint-based architecture with research-only and full protocol modes.
single-cell-rna-qc
Performs quality control on single-cell RNA-seq data (.h5ad or .h5 files) using scverse best practices with MAD-based filtering and comprehensive visualizations.
Didn't find tool you were looking for?