Agent skill
orcaflex-extreme-analysis-basic-extreme-extraction
Sub-skill of orcaflex-extreme-analysis: Basic Extreme Extraction (+1).
Install this agent skill to your Project
npx add-skill https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/_archive/engineering/marine-offshore/orcaflex-extreme-analysis/basic-extreme-extraction
SKILL.md
Basic Extreme Extraction (+1)
Basic Extreme Extraction
# configs/extreme_analysis.yml
orcaflex:
postprocess:
linked_statistics:
flag: true
# Primary variable (extremes will be found for this)
primary:
object: "Mooring_Line_1"
variable: "Effective Tension"
# Linked variables (values at primary's extremes)
linked:
- object: "Vessel"
variable: "Heave"
- object: "Vessel"
variable: "Pitch"
- object: "Vessel"
variable: "Roll"
- object: "Vessel"
variable: "X"
# Statistics to extract
statistics:
- "Max"
- "Min"
- "TimeOfMax"
- "TimeOfMin"
- "LinkedValueAtMax"
- "LinkedValueAtMin"
output:
format: csv
directory: "results/extremes/"
Multi-Object Analysis
# configs/extreme_multi_object.yml
orcaflex:
postprocess:
linked_statistics:
flag: true
# Analyze multiple primary objects
groups:
- name: "mooring_tensions"
primaries:
- object: "Leg_1"
variable: "Effective Tension"
- object: "Leg_2"
variable: "Effective Tension"
- object: "Leg_3"
variable: "Effective Tension"
linked:
- object: "CALM_Buoy"
variable: "X"
- object: "CALM_Buoy"
variable: "Y"
- name: "vessel_motions"
primaries:
- object: "Tanker"
variable: "Heave"
- object: "Tanker"
variable: "Pitch"
linked:
- object: "Hawser"
variable: "Effective Tension"
output:
format: csv
directory: "results/extremes/"
separate_files: true
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-complete-milestone
Archive completed milestone and prepare for next version
gsd-reapply-patches
Reapply local modifications after a GSD update
gsd-verify-work
Validate built features through conversational UAT
gsd-thread
Manage persistent context threads for cross-session work
clinical-trial-protocol
Generate clinical trial protocols for medical devices or drugs through a modular, waypoint-based architecture with research-only and full protocol modes.
single-cell-rna-qc
Performs quality control on single-cell RNA-seq data (.h5ad or .h5 files) using scverse best practices with MAD-based filtering and comprehensive visualizations.
Didn't find tool you were looking for?