fe-analyst-environmental-load-summary
Sub-skill of fe-analyst: Environmental Load Summary (+1).
Best use case
fe-analyst-environmental-load-summary is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Sub-skill of fe-analyst: Environmental Load Summary (+1).
Teams using fe-analyst-environmental-load-summary 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/environmental-load-summary/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How fe-analyst-environmental-load-summary Compares
| Feature / Agent | fe-analyst-environmental-load-summary | 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?
Sub-skill of fe-analyst: Environmental Load Summary (+1).
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
# Environmental Load Summary (+1)
## Environmental Load Summary
```
Loads:
├── Gravity
│ └── g = 9.81 m/s²; direction: −Z (downward)
│
├── Hydrodynamic (Morison Equation)
│ ├── Drag coefficient Cd (normal) — API RP 2RD typical: 1.0−1.2
│ ├── Inertia coefficient Cm = 1 + Ca — typical Ca = 1.0
│ ├── Lift coefficient Cl (VIV suppression: 0.0 without analysis)
│ └── Added mass coefficient Ca (transverse and axial)
│
├── Wave Loading
│ ├── Wave theory: Airy (linear), Stokes 5th, Dean Stream
│ ├── Sea state: Hs [m], Tp [s], γ (JONSWAP peak factor)
│ ├── Heading: θ_wave [° from North or from vessel heading]
│ └── Direction spread: long-crested or short-crested
│
├── Current
│ ├── Profile: u(z) vs. depth [m/s at each depth]
│ ├── Heading: θ_current [°]
│ └── Type: Gulf Stream, tidal, mean loop current
│
├── Wind (for surface-piercing structures)
│ ├── Speed: U10 [m/s] (10-min mean at 10m elevation)
│ ├── Heading: θ_wind [°]
│ └── Applicable: turret mooring, topsides drag
│
└── Functional Loads
├── Internal pressure: Pi [MPa] (operating vs. design)
├── Temperature: T [°C] (thermal expansion driving force)
├── Lay tension: Th [kN] (installation)
└── Pre-tension: T_initial [kN] (mooring chains)
```
## Load Combinations (Design Cases)
| Case | Wave | Current | Wind | Notes |
|---|---|---|---|---|
| Operating | 100-yr Hs, Tp | 10-yr | 10-yr | Strength check |
| Extreme | 100-yr Hs, Tp | 100-yr | 100-yr | Combined extreme |
| Fatigue | Scatter diagram | Long-term | N/A | Fatigue damage |
| Survival | 10,000-yr | — | — | Mooring intact check |
| Installation | Workability Hs | — | — | Operability window |
---Related Skills
tax-pdf-download-workaround
Handle FreeTaxUSA PDF download popups that block automation by capturing structured data and manual download workflow
handle-popup-blocked-pdf-downloads
Recover from automation-blocking PDF popups by capturing page data and escalating to manual download
handle-pdf-download-popups-in-automation
Recover when PDF download buttons open inaccessible popups; fall back to capturing structured data instead
extract-and-archive-tax-summary-data
Capture structured tax return summaries as YAML when PDF downloads are blocked or inaccessible
export-tax-summary-with-year-comparison
Extract and structure tax return data into YAML format for year-over-year comparison across different filing products
codex-skill-loader-broken-symlink-recovery
Diagnose Codex startup failures in workspace-hub caused by a broken `.Codex/skills/skills` symlink and recover without misattributing the failure to issue scope.
fe-analyst
Finite Element Analysis Analyst — slender structure FEA for marine and offshore systems
doc-research-download
Repeatable workflow for domain documentation research WRKs: search for freely-available references, download PDFs via shared bash lib, catalogue into knowledge/seeds/<domain>-resources.yaml. Use when starting any WRK that collects and indexes domain reference documents. type: reference
usage-tracker-3-usage-summary-reports
Sub-skill of usage-tracker: 3. Usage Summary Reports (+1).
json-config-loader-6-yaml-configuration-via-yq
Sub-skill of json-config-loader: 6. YAML Configuration (via yq).
json-config-loader-5-environment-variable-configuration
Sub-skill of json-config-loader: 5. Environment Variable Configuration.
json-config-loader-4-multi-section-ini-parsing
Sub-skill of json-config-loader: 4. Multi-Section INI Parsing.