Foundation settlement calculation skill for immediate, consolidation, and secondary compression
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill settlement-calculator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Settlement Calculator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-settlement-calculator-babysitter)More formats (shields.io, HTML) on the badges page.
---
name: settlement-calculator
description: Foundation settlement calculation skill for immediate, consolidation, and secondary compression
allowed-tools:
- Read
- Write
- Glob
- Grep
- Edit
- Bash
metadata:
specialization: civil-engineering
domain: science
category: Geotechnical Analysis
skill-id: CIV-SK-010
graph:
domains: [domain:civil-engineering]
skillAreas: [skill-area:mathematical-reasoning, skill-area:computational-geometry, skill-area:data-analysis]
roles: [role:systems-integration-engineer, role:research-engineer]
---
# Settlement Calculator Skill
## Purpose
The Settlement Calculator Skill calculates foundation settlements including immediate (elastic) settlement, primary consolidation, and secondary compression using established geotechnical methods.
## Capabilities
- Immediate (elastic) settlement
- Consolidation settlement (1D theory)
- Secondary compression
- Time-rate of consolidation
- Differential settlement analysis
- Tolerable settlement checks
- Settlement beneath rigid foundations
- Stress distribution calculations
## Usage Guidelines
### When to Use
- Estimating foundation settlement
- Evaluating differential settlement
- Time-rate predictions
- Tolerable settlement verification
### Prerequisites
- Soil compressibility data available
- Foundation loads defined
- Groundwater conditions known
- Soil stratigraphy established
### Best Practices
- Use appropriate stress distribution
- Consider soil variability
- Account for adjacent structures
- Verify with field monitoring
## Process Integration
This skill integrates with:
- Foundation Design
- Geotechnical Site Investigation
## Configuration
```yaml
settlement-calculator:
settlement-types:
- immediate
- consolidation
- secondary
methods:
- elastic
- terzaghi-1d
- stress-history
output:
- magnitude
- time-rate
- differential
```
## Output Artifacts
- Settlement calculations
- Time-settlement curves
- Differential settlement maps
- Tolerable settlement checks
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!