cxcscmu/load and validate earthquake data
Load earthquake data from GeoJSON format and validate that it contains required fields (id, time, magnitude, latitude, longitude, place). Use this skill when initializing the analysis to ensure data integrity before processing.
npx skills add https://github.com/cxcscmu/SkillLearnBench --skill Load and Validate Earthquake Data
Take cxcscmu/load and validate earthquake data from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.