Babysitter earth-pressure-calculator
Earth pressure calculation skill for retaining structures using classical and seismic methods
install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/library/specializations/domains/science/civil-engineering/skills/earth-pressure-calculator" ~/.claude/skills/a5c-ai-babysitter-earth-pressure-calculator && rm -rf "$T"
manifest:
library/specializations/domains/science/civil-engineering/skills/earth-pressure-calculator/SKILL.mdsource content
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
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 values