Babysitter slope-stability-analyzer

Slope stability analysis skill using limit equilibrium methods for static and seismic conditions

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/slope-stability-analyzer" ~/.claude/skills/a5c-ai-babysitter-slope-stability-analyzer && rm -rf "$T"
manifest: library/specializations/domains/science/civil-engineering/skills/slope-stability-analyzer/SKILL.md
source content

Slope Stability Analyzer Skill

Purpose

The Slope Stability Analyzer Skill performs slope stability analysis using limit equilibrium methods for circular and non-circular failure surfaces under static and seismic loading conditions.

Capabilities

  • Limit equilibrium analysis (Bishop, Spencer, Morgenstern-Price)
  • Circular and non-circular failure surfaces
  • Factor of safety calculation
  • Seismic slope stability (pseudo-static)
  • Probabilistic slope stability
  • Sensitivity analysis
  • Back-analysis for failed slopes
  • Reinforced slope analysis

Usage Guidelines

When to Use

  • Analyzing natural slopes
  • Designing cut and fill slopes
  • Evaluating landslide potential
  • Designing slope reinforcement

Prerequisites

  • Slope geometry defined
  • Soil stratigraphy established
  • Shear strength parameters available
  • Groundwater conditions known

Best Practices

  • Search for critical failure surface
  • Use appropriate analysis method
  • Consider pore pressure effects
  • Verify with multiple methods

Process Integration

This skill integrates with:

  • Slope Stability Analysis
  • Retaining Wall Design

Configuration

slope-stability-analyzer:
  methods:
    - bishop-simplified
    - spencer
    - morgenstern-price
    - janbu
  failure-surfaces:
    - circular
    - non-circular
    - block
  conditions:
    - static
    - pseudo-static
    - dynamic

Output Artifacts

  • Factor of safety results
  • Critical slip surfaces
  • Sensitivity analyses
  • Stability charts