Agent skill

classify-anomaly

Classify speleothem anomalies as seismic, climatic, volcanic, or compound events. Use when discriminating earthquake signals from climate/volcanic false positives. Triggers on "classify anomaly", "seismic or climatic", "discrimination", "is this an earthquake".

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill classify-anomaly-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/classify-anomaly-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

# /classify-anomaly - Multi-Proxy Discrimination Skill ## Purpose Apply the multi-proxy discrimination framework to classify geochemical anomalies as SEISMIC, CLIMATIC, VOLCANIC, or COMPOUND (CVSE). This is the core methodology for distinguishing earthquake signals from false positives. ## Usage ``` /classify-anomaly <d18O_z> <d13C_z> [--MgCa Z] [--recovery YEARS] [--date YEAR] ``` **Examples:** ``` /classify-anomaly -2.46 +1.60 # Basic two-proxy /classify-anomaly -2.16 N/A --MgCa +1.60 # Missing δ13C, use Mg/Ca /classify-anomaly -3.77 -1.18 --date 1275 # Check volcanic correlation /classify-anomaly -3.6 -2.36 --recovery 46 # With recovery time ``` ## Discrimination Framework ### Primary Decision Tree ``` Is there a significant anomaly (|z| ≥ 2.0)? ├─ NO → NORMAL (no event detected) └─ YES → Check proxy coupling... │ ├─ COUPLED (δ18O and δ13C both anomalous, same sign) │ └─ Coupling ratio < 2.0 → **SEISMIC CANDIDATE** │ ├─ DECOUPLED (δ18O anomalous, δ13C normal or opposite) │ ├─ Volcanic correlation? → **VOLCANIC** │ └─ No volcanic correlation → **CLIMATIC** (drought/wet) │ └─ δ13C ONLY anomalous (δ18O normal) └─ Check geogenic CO₂ sources → **SEISMIC CANDIDATE** ``` ### Proxy Rule

What's inside
Steps it walks through
  1. Purpose
  2. Usage
  3. Discrimination Framework
  4. Primary Decision Tree
  5. Proxy Rules
  6. Coupling Ratio Calculation
  7. Recovery Time Assessment
  8. Temporal Shape (Mg/Ca)
  9. Classification Output
  10. Evidence Tiers
  11. Volcanic Correlation Check
  12. Output Classifications
  13. CVSE (Compound Volcanic-Seismic Event) Criteria
  14. Example Full Analysis
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the classify-anomaly skill do?

Classify speleothem anomalies as seismic, climatic, volcanic, or compound events. Use when discriminating earthquake signals from climate/volcanic false positives. Triggers on "classify anomaly", "seismic or climatic", "discrimination", "is this an earthquake".

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill classify-anomaly-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