seismic-interpretation
End-to-end seismic interpretation workflow from SEG-Y loading through signal processing, rock physics, and visualization. Use when working with seismic data analysis pipelines.
npx skills add majiayu000/claude-skill-registry --skill seismic-interpretation --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Seismic Interpretation Workflow End-to-end pipeline for seismic data analysis, from loading SEG-Y files through signal processing, rock physics modelling, and 3D visualization. ## Skill Chain ```text segyio obspy bruges disba pyvista [SEG-Y I/O] --> [Signal Proc] --> [Rock Physics] --> [Dispersion] --> [3D Viz] | | | | | Load traces Filter/FFT AVO modelling Surface waves Volume render Read headers Instrument resp Fluid sub Phase velocity Slice display 3D geometry Spectral anal Synthetics Inversion Horizon pick ``` ## Decision Points | Question | If Yes | If No | |----------|--------|-------| | Working with SEG-Y files? | Start with `segyio` | Use `obspy` for miniSEED/SAC | | Need frequency filtering or spectral analysis? | Use `obspy` signal tools | Skip to rock physics | | Performing AVO or fluid substitution? | Use `bruges` | Skip to visualization | | Analysing surface waves (MASW/SASW)? | Use `disba` for dispersion | Skip `disba` | | Need 3D volume rendering? | Use `pyvista` | Use matplotlib for 2D | ## Step-by-Step Orchestration ### Stage 1: Data Loading (segyio) ```python import segyio import numpy as np # Load and inspect SEG-Y with segyio.open('survey.sgy', 'r', iline=189,
- Skill Chain
- Decision Points
- Step-by-Step Orchestration
- Stage 1: Data Loading (segyio)
- Stage 2: Signal Processing (obspy)
- Stage 3: Rock Physics (bruges)
- Stage 4: Surface Wave Analysis (disba, optional)
- Stage 5: Visualization (pyvista)
- Common Pipelines
- Basic Seismic QC
- AVO Analysis Pipeline
- Surface Wave Analysis (MASW)
- Seismic-to-Well Tie
- When to Use
What does the seismic-interpretation skill do?
End-to-end seismic interpretation workflow from SEG-Y loading through signal processing, rock physics, and visualization. Use when working with seismic data analysis pipelines.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill seismic-interpretation --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.
