SteadfastAsArt

Seismic Workflow — Data skill for Claude Code

Data community

Guide seismic data analysis from loading through rock physics to visualization.

How to install Seismic Workflow

Installs to ~/.claude/commands/steadfastasart-geoscience-skills-seismic-workflow.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/SteadfastAsArt/geoscience-skills/HEAD/.claude/commands/seismic-workflow.md -o ~/.claude/commands/steadfastasart-geoscience-skills-seismic-workflow.md

Restart Claude Code, or start a new session, for it to be picked up.

What Seismic Workflow does


description: Guide seismic data analysis from loading through rock physics to visualization

Seismic Data Analysis Workflow

Guide the user through a seismic data analysis pipeline. Determine the appropriate skill chain based on their data and goals.

Decision Tree

  1. What format is the data?
    • SEG-Y (.sgy, .segy) → Use segyio skill for loading
    • MiniSEED / SAC / other seismological formats → Use obspy skill for loading
    • Already loaded as numpy array → Skip to pro

Alternatives in Data

  • MCP Server Chart — 🤖 A visualization mcp & skills contains 25+ visual charts using @antvis 4k ★
  • Posthog Analysis — Analyze PostHog usage data with correct filters, timelines, and caveats 1.6k ★
  • Chart Design — Design a chart or data visualization — selects the right chart type, applies accessible color palettes, adds a 309 ★

Full documentation available on GitHub

View Source Repository