agentsclimarketplace

Geospatial earthquake analysis

Skill cxcscmu/SkillLearnBench/skills/b4-skill-creator-gemini-3.1-flash-lite-preview/earthquake-plate-calculation/geospatial-earthquake-analysis

[COLM'26] SkillLearnBench is the first benchmark for evaluating continual learning methods that automatically generate agent skills.

Install
npx -y skills add cxcscmu/SkillLearnBench --skill geospatial-earthquake-analysis

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

What its author says it does

Copied from the file, not written here

Handles loading and processing of earthquake and plate boundary data. Use this for reading, filtering, and joining geospatial datasets related to tectonics (plates, boundaries, earthquake points).

SKILL.md

0.7 KB, 119 tokens by cl100k_base, as published. Nobody here has run it

Geospatial Earthquake Analysis

Data Loading

Use geopandas.read_file() to load JSON datasets like earthquakes_2024.json, PB2002_boundaries.json, and PB2002_plates.json.

Processing Workflow

  1. Load datasets into GeoDataFrames.
  2. Ensure consistent CRS (e.g., EPSG:4326 for WGS84).
  3. Filter plates to identify the Pacific plate.
  4. Perform spatial queries (e.g., sjoin or custom distance calculations) between earthquake locations and boundary features.

What ships with it

Read from the repository

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

Keep looking

Skills are one crate of 327,132. 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.