Agent skill · Data & Analytics

zscore

Calculate z-scores for speleothem geochemical data. Use when analyzing cave isotope anomalies, finding significant deviations, or identifying potential earthquake signals. Triggers on "zscore", "calculate z", "anomaly analysis", "find anomalies".

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

# /zscore - Quick Z-Score Analysis Skill ## Purpose Rapidly calculate z-scores for speleothem δ18O, δ13C, and other proxy data to identify significant anomalies. This is the core analysis workflow used multiple times per session. ## Usage ``` /zscore <cave_name_or_entity_id> [--start YEAR] [--end YEAR] [--proxy PROXY] [--threshold Z] ``` **Examples:** ``` /zscore YOKI # All Yok Balum data /zscore CRC-3 --start 1850 --end 1950 # Crystal Cave 1850-1950 /zscore "Bàsura" --proxy d18O,d13C # Multiple proxies /zscore 390 --threshold 2.5 # Higher significance threshold ``` ## Workflow ### Step 1: Get Cave Data Use MCP tools to retrieve data: ``` # Search for cave sisal_search_caves region="Italy" min_samples=50 # Get samples for specific entity sisal_get_samples entity_id="123" ``` ### Step 2: Extract Proxy Measurements From the returned data, extract: - `d18O_measurement` - Oxygen isotope values (‰ VPDB) - `d13C_measurement` - Carbon isotope values (‰ VPDB) - `interp_age` - Interpolated age (years BP) - `year_CE` - Calendar year (1950 - interp_age) ### Step 3: Calculate Baseline Statistics For the full record (or specified baseline period): ``` δ18O: μ = mean(d18O), σ = std(d18O) δ13C: μ

What's inside
Steps it walks through
  1. Purpose
  2. Usage
  3. Workflow
  4. Step 1: Get Cave Data
  5. Step 2: Extract Proxy Measurements
  6. Step 3: Calculate Baseline Statistics
  7. Step 4: Calculate Z-Scores
  8. Step 5: Identify Anomalies
  9. Step 6: Generate Output Table
  10. Interpretation Guidelines
  11. δ18O Anomalies
  12. δ13C Anomalies
  13. Coupled vs Decoupled
  14. Output Format
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the zscore skill do?

Calculate z-scores for speleothem geochemical data. Use when analyzing cave isotope anomalies, finding significant deviations, or identifying potential earthquake signals. Triggers on "zscore", "calculate z", "anomaly analysis", "find anomalies".

How do I install it?

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