Agent skill · Databases

orphan-analysis

Identify orphan earthquakes far from mapped faults that indicate unmapped active structures. Use when analyzing microseismicity, finding dark earthquake source faults, or validating fault database gaps. Triggers on "orphan analysis", "unmapped fault", "microseismicity", "fault gap".

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill orphan-analysis-drsatsuma1-speleoseismology --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/analysis/orphan-analysis-drsatsuma1-speleoseismology/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# /orphan-analysis - Orphan Earthquake Detection Skill ## Purpose Identify "orphan earthquakes" - seismic events far from any mapped fault - that indicate unmapped active structures. These structures may be sources of historical "dark earthquakes" detectable in speleothem records. ## Usage ``` /orphan-analysis <lat> <lon> [--name NAME] [--radius KM] [--orphan-threshold KM] ``` **Examples:** ``` /orphan-analysis 44.13 8.11 --name "Bàsura Cave" /orphan-analysis 41.42 31.93 --name "Sofular Cave" --radius 150 /orphan-analysis 16.2 -89.1 --name "Yok Balum" --orphan-threshold 30 ``` ## Methodology ### Validated in Italy The orphan analysis methodology was validated in the Ligurian Alps: - **80% orphan rate** revealed unmapped NNW-trending fault - **193+ earthquakes** on structure not in ANY database - **25+ km lineament** identified via DEM + microseismicity - Now primary candidate for 1285/1394 dark earthquakes ## Workflow ### Step 1: Search Earthquake Catalog Use `earthquake_search` MCP tool: ``` earthquake_search lat=44.13 lon=8.11 radius_km=100 min_magnitude=2.0 ``` **Parameters:** - Default radius: 100 km - Default min_magnitude: 2.0 (for microseismicity) - Date range: 1900-present

What's inside
Steps it walks through
  1. Purpose
  2. Usage
  3. Methodology
  4. Validated in Italy
  5. Workflow
  6. Step 1: Search Earthquake Catalog
  7. Step 2: Load Fault Database
  8. Step 3: Calculate Distances
  9. Step 4: Classify Orphans
  10. Step 5: Cluster Orphans by Azimuth
  11. Step 6: Generate Report
  12. Output Files
  13. MCP Tools Used
  14. Example: Italy Bàsura Results
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the orphan-analysis skill do?

Identify orphan earthquakes far from mapped faults that indicate unmapped active structures. Use when analyzing microseismicity, finding dark earthquake source faults, or validating fault database gaps. Triggers on "orphan analysis", "unmapped fault", "microseismicity", "fault gap".

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill orphan-analysis-drsatsuma1-speleoseismology --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going