earth-pressure-calculator
Earth pressure calculation skill for retaining structures using classical and seismic methods
Best use case
earth-pressure-calculator is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Earth pressure calculation skill for retaining structures using classical and seismic methods
Teams using earth-pressure-calculator should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/earth-pressure-calculator/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How earth-pressure-calculator Compares
| Feature / Agent | earth-pressure-calculator | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Earth pressure calculation skill for retaining structures using classical and seismic methods
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Earth Pressure Calculator Skill
## Purpose
The Earth Pressure Calculator Skill determines lateral earth pressures on retaining structures using Rankine, Coulomb, and seismic methods for design of retaining walls and basement walls.
## Capabilities
- Active earth pressure (Rankine, Coulomb)
- Passive earth pressure
- At-rest earth pressure
- Surcharge effects
- Layered soil conditions
- Seismic earth pressure (Mononobe-Okabe)
- Sloping backfill effects
- Water pressure considerations
## Usage Guidelines
### When to Use
- Designing retaining walls
- Analyzing basement walls
- Evaluating excavation support
- Assessing seismic pressures
### Prerequisites
- Soil parameters available
- Wall geometry defined
- Surcharge loads identified
- Groundwater level known
### Best Practices
- Select appropriate theory
- Consider wall movement
- Include seismic where required
- Account for drainage
## Process Integration
This skill integrates with:
- Retaining Wall Design
- Foundation Design
## Configuration
```yaml
earth-pressure-calculator:
theories:
- rankine
- coulomb
- log-spiral
pressure-states:
- active
- passive
- at-rest
seismic:
- mononobe-okabe
- wood
```
## Output Artifacts
- Pressure diagrams
- Force calculations
- Moment summaries
- Seismic increment valuesRelated Skills
typography-calculator
Calculate typography scales, metrics, and responsive font sizing
prioritization-calculator
Automated calculation and scoring for product prioritization frameworks including RICE, ICE, MoSCoW, and custom weighted scoring. Normalizes scores, validates inputs, and generates priority rankings with confidence intervals.
power-analysis-calculator
Skill for statistical power analysis and sample size calculation
vasp-dft-calculator
VASP DFT calculation skill for electronic structure, band structures, and materials property predictions
madgraph-amplitude-calculator
MadGraph matrix element calculation skill for BSM physics, cross-section computation, and event generation
camb-cosmology-calculator
CAMB cosmological perturbation skill for CMB power spectra, matter power spectra, and cosmological parameter estimation
pressure-vessel
Skill for pressure vessel design and analysis per ASME BPVC
power-sample-size-calculator
Statistical power analysis and sample size determination
takt-time-calculator
Takt time and cycle time analysis skill for production line balancing and capacity planning.
niosh-lifting-calculator
NIOSH Lifting Equation calculator for manual material handling risk assessment.
asymptotic-notation-calculator
Automated derivation and simplification of Big-O, Big-Omega, and Big-Theta expressions for algorithm analysis
approximation-ratio-calculator
Analyze and prove approximation ratios for optimization algorithms