fe-analyst-environmental-load-summary

Sub-skill of fe-analyst: Environmental Load Summary (+1).

5 stars

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

$curl -o ~/.claude/skills/environmental-load-summary/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/_archive/engineering/marine-offshore/fe-analyst/environmental-load-summary/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/environmental-load-summary/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How fe-analyst-environmental-load-summary Compares

Feature / Agentfe-analyst-environmental-load-summaryStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/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

5
from vamseeachanta/workspace-hub

Handle FreeTaxUSA PDF download popups that block automation by capturing structured data and manual download workflow

handle-popup-blocked-pdf-downloads

5
from vamseeachanta/workspace-hub

Recover from automation-blocking PDF popups by capturing page data and escalating to manual download

handle-pdf-download-popups-in-automation

5
from vamseeachanta/workspace-hub

Recover when PDF download buttons open inaccessible popups; fall back to capturing structured data instead

extract-and-archive-tax-summary-data

5
from vamseeachanta/workspace-hub

Capture structured tax return summaries as YAML when PDF downloads are blocked or inaccessible

export-tax-summary-with-year-comparison

5
from vamseeachanta/workspace-hub

Extract and structure tax return data into YAML format for year-over-year comparison across different filing products

codex-skill-loader-broken-symlink-recovery

5
from vamseeachanta/workspace-hub

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

5
from vamseeachanta/workspace-hub

Finite Element Analysis Analyst — slender structure FEA for marine and offshore systems

doc-research-download

5
from vamseeachanta/workspace-hub

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

5
from vamseeachanta/workspace-hub

Sub-skill of usage-tracker: 3. Usage Summary Reports (+1).

json-config-loader-6-yaml-configuration-via-yq

5
from vamseeachanta/workspace-hub

Sub-skill of json-config-loader: 6. YAML Configuration (via yq).

json-config-loader-5-environment-variable-configuration

5
from vamseeachanta/workspace-hub

Sub-skill of json-config-loader: 5. Environment Variable Configuration.

json-config-loader-4-multi-section-ini-parsing

5
from vamseeachanta/workspace-hub

Sub-skill of json-config-loader: 4. Multi-Section INI Parsing.