Cross-sectional property calculation skill for structural sections including standard and custom shapes
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill section-property-calculator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Section Property Calculator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-section-property-calculator-babysitter)More formats (shields.io, HTML) on the badges page.
---
name: section-property-calculator
description: Cross-sectional property calculation skill for structural sections including standard and custom shapes
allowed-tools:
- Read
- Write
- Glob
- Grep
- Edit
- Bash
metadata:
specialization: civil-engineering
domain: science
category: Structural Analysis
skill-id: CIV-SK-002
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]
---
# Section Property Calculator Skill
## Purpose
The Section Property Calculator Skill calculates cross-sectional properties for structural sections including area, moment of inertia, section modulus, and plastic modulus for both standard and custom shapes.
## Capabilities
- Calculate cross-sectional properties (A, I, S, Z, r)
- Support for standard shapes (W, HSS, C, L, pipe)
- Custom section analysis
- Composite section properties
- Cracked section analysis for concrete
- Plastic section modulus calculation
- Effective section properties
- Built-up section analysis
## Usage Guidelines
### When to Use
- Determining section properties for design
- Analyzing composite sections
- Evaluating cracked concrete sections
- Designing built-up members
### Prerequisites
- Section geometry defined
- Material properties specified
- Cracking criteria established (for concrete)
- Effective width defined (for composites)
### Best Practices
- Use correct axis orientation
- Account for holes and penetrations
- Consider effective sections per code
- Verify against published values
## Process Integration
This skill integrates with:
- Reinforced Concrete Design
- Structural Steel Design
- Bridge Design LRFD
## Configuration
```yaml
section-property-calculator:
standard-shapes:
- W-shapes
- HSS-rectangular
- HSS-round
- channels
- angles
- pipes
analysis-types:
- gross
- net
- effective
- cracked
```
## Output Artifacts
- Section property tables
- Cross-section drawings
- Calculation summaries
- Composite section 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!