orcaflex-extreme-analysis-1-design-load-identification
Sub-skill of orcaflex-extreme-analysis: 1. Design Load Identification (+2).
Best use case
orcaflex-extreme-analysis-1-design-load-identification is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Sub-skill of orcaflex-extreme-analysis: 1. Design Load Identification (+2).
Teams using orcaflex-extreme-analysis-1-design-load-identification 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/1-design-load-identification/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How orcaflex-extreme-analysis-1-design-load-identification Compares
| Feature / Agent | orcaflex-extreme-analysis-1-design-load-identification | 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 orcaflex-extreme-analysis: 1. Design Load Identification (+2).
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
# 1. Design Load Identification (+2)
## 1. Design Load Identification
```python
# Find maximum tension for structural design
config = {
"primary": {"object": "Riser", "variable": "Wall Tension"},
"linked": [
{"object": "Riser", "variable": "Curvature"},
{"object": "Riser", "variable": "Bend Moment"}
]
}
results = extractor.extract_linked_statistics(sim_file, config)
design_tension = results["Max"] * 1.1 # Add 10% margin
```
## 2. VIV Characterization
```python
# Characterize conditions at maximum amplitude
config = {
"primary": {"object": "Riser", "variable": "Max Amplitude"},
"linked": [
{"object": "Environment", "variable": "Current Velocity"},
{"object": "Riser", "variable": "Inline Frequency"}
]
}
```
## 3. Mooring Load Case
```python
# Extract design load case for mooring
config = {
"primary": {"object": "Hawser", "variable": "Effective Tension"},
"linked": [
{"object": "Tanker", "variable": "X"},
{"object": "Tanker", "variable": "Y"},
{"object": "Tanker", "variable": "Heading"}
]
}
# Results define the design load case
```Related Skills
OrcaFlex Specialist Skill
```yaml
mnt-analysis-cleanup
Survey, classify, and clean up `/mnt/local-analysis/` (or any sibling-to-workspace-hub directory holding orphan worktrees, codex-burn artifacts, agent log accumulations, and outer-clone duplicates) without losing useful code/work. Surfaces a tiered approval menu rather than baking decisions; defers all destructive ops until user confirms.
orcaflex-reporting-fixture-proof-pattern
Build and extend fixture-backed OrcaFlex reporting proof paths in digitalmodel using stable metadata baselines, normalized HTML snapshots, and reusable reporting test helpers.
digitalmodel-orcawave-orcaflex-proof-workflows
Class-level digitalmodel OrcaWave/OrcaFlex readiness, semantic-proof, fixture-proof, and closeout workflows.
orcawave-orcaflex-readiness-audit
Audit the real readiness of digitalmodel OrcaWave/OrcaFlex spec-driven workflows by reconciling workspace-hub issues, source/tests, semantic-equivalence boundaries, and wiki synthesis gaps.
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
digitalmodel-orcawave-orcaflex-workflow
Current-state workflow for navigating and extending digitalmodel OrcaWave/OrcaFlex capabilities across code, tests, issues, queue tooling, and licensed-machine boundaries.
orcawave-orcaflex-semantic-proof-wave-closeout
Close out an OrcaWave/OrcaFlex semantic-proof wave after a PR merges, split unrelated CI blockers, and seed the next semantic-proof issue wave without duplicating existing issues.
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.
itinerary-design
Use when constructing a day-by-day itinerary inside a trip plan. Encodes base-count rules, jet-lag handling, transit-day discipline, slack budgeting, and the "last day = travel only" rule. Invoked by the trip-planner skill.