Agent skill · Data & Analytics

geophysical-inversion

Geophysical data inversion workflow from data loading through mesh creation, forward modelling, inversion, and result visualization. Use when inverting ERT, magnetics, gravity, or EM survey data.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill geophysical-inversion --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Version: 1.0.0
Declared author: Geoscience Skills
Requires: [simpeg, pygimli, verde, pyvista]
Path: skills/analysis/geophysical-inversion/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

# Geophysical Inversion Workflow End-to-end pipeline for inverting geophysical data, from survey data loading through mesh creation, forward modelling, inversion, gridding, and 3D visualization of recovered physical property models. ## Skill Chain ```text simpeg / pygimli verde pyvista [Mesh + Inversion] --> [Gridding] --> [3D Visualization] | | | Survey geometry Interpolate Volume render Forward model Grid to raster Slice views Misfit + reg Trend removal Overlay data Recover model Cross-validate Export mesh ``` ## Decision Points: SimPEG vs pyGIMLi | Criterion | SimPEG | pyGIMLi | |-----------|--------|---------| | DC resistivity / ERT | Yes | Yes (simpler API) | | Magnetics | Yes | Limited | | Gravity | Yes | Limited | | Electromagnetics (TDEM, FDEM) | Yes | No | | Seismic refraction (SRT) | No | Yes | | Induced polarization | Yes | Yes | | Built-in electrode arrays | Manual setup | Built-in (Wenner, Schlumberger, etc.) | | Mesh types | TensorMesh, TreeMesh, CurvilinearMesh | Triangular, tetrahedral, structured | | Joint inversion | Yes (Wires maps) | Limited | | API complexity | More boilerplate, more flexible | Less boilerplate, opinionated | **Rule of thumb**: Use pyGIMLi for

What's inside
Steps it walks through
  1. Skill Chain
  2. Decision Points: SimPEG vs pyGIMLi
  3. Step-by-Step Orchestration
  4. Stage 1a: Inversion with SimPEG (DC Resistivity Example)
  5. Stage 1b: Inversion with pyGIMLi (ERT Example)
  6. Stage 2: Gridding and Interpolation (verde)
  7. Stage 3: Visualization (pyvista)
  8. Common Pipelines
  9. Standard ERT Inversion
  10. Gravity or Magnetics Inversion (SimPEG)
  11. Synthetic Study (Forward + Inversion)
  12. When to Use
  13. Common Issues
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the geophysical-inversion skill do?

Geophysical data inversion workflow from data loading through mesh creation, forward modelling, inversion, and result visualization. Use when inverting ERT, magnetics, gravity, or EM survey data.

How do I install it?

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