Sub-skill of oil-and-gas: Core Libraries (+1).
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill core-libraries --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Core Libraries?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-core-libraries-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: oil-and-gas-core-libraries
description: 'Sub-skill of oil-and-gas: Core Libraries (+1).'
version: 1.0.0
category: engineering
type: reference
scripts_exempt: true
---
# Core Libraries (+1)
## Core Libraries
```python
import pandas as pd
import numpy as np
import scipy.optimize
import matplotlib.pyplot as plt
import plotly.graph_objects as go
from sklearn.ensemble import RandomForestRegressor
from sklearn.preprocessing import StandardScaler
import lasio # LAS file reading
import welly # Well log analysis
import striplog # Lithology and stratigraphy
```
## worldenergydata Custom Modules
```python
from worldenergydata.decline_curves import arps_decline
from worldenergydata.pvt import standing_correlation
from worldenergydata.material_balance import tank_model
from worldenergydata.economics import npv_analysis
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.