SteadfastAsArt

Well Analysis — Data skill for Claude Code

Data community

Guide well log analysis from data loading through petrophysics to lithology and visualization.

How to install Well Analysis

Installs to ~/.claude/commands/steadfastasart-geoscience-skills-well-analysis.md

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

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

What Well Analysis does


description: Guide well log analysis from data loading through petrophysics to lithology and visualization

Well Log Analysis Workflow

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

Decision Tree

  1. What format is the well data?
    • LAS (.las) → Use lasio skill for loading
    • DLIS (.dlis) → Use dlisio skill for loading
    • CSV / already loaded → Skip to processing with welly

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