Agent skill
orcaflex-rao-import-basic-import-configuration
Sub-skill of orcaflex-rao-import: Basic Import Configuration (+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-rao-import/basic-import-configuration
SKILL.md
Basic Import Configuration (+1)
Basic Import Configuration
# configs/rao_import.yml
rao_import:
source:
type: "aqwa"
file: "data/hydrodynamics/vessel_aqwa.lis"
# Target frequency grid
frequencies:
min: 0.02 # rad/s
max: 2.0
count: 50
# Target heading grid
headings:
values: [0, 15, 30, 45, 60, 75, 90, 105, 120, 135, 150, 165, 180]
symmetry: "port_starboard" # Mirror for 180-360
# Validation settings
validation:
enabled: true
amplitude_limits:
surge: 10.0 # m/m
sway: 10.0
heave: 5.0
roll: 50.0 # deg/m
pitch: 20.0
yaw: 30.0
phase_continuity_check: true
frequency_range_check: true
# Output
output:
format: "orcaflex_yml"
file: "output/vessel_raos.yml"
Multi-Source Import
# configs/rao_multi_import.yml
rao_import:
sources:
- name: "full_load"
type: "aqwa"
file: "data/vessel_full_load.lis"
loading_condition: "Full Load"
- name: "ballast"
type: "aqwa"
file: "data/vessel_ballast.lis"
loading_condition: "Ballast"
interpolation:
method: "cubic"
target_frequencies: "common_grid"
target_headings: [0, 30, 60, 90, 120, 150, 180]
output:
combined_file: "output/vessel_raos_combined.yml"
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?