Agent skill
orcaflex-rao-import-orcaflex-yaml-format
Sub-skill of orcaflex-rao-import: OrcaFlex YAML Format (+2).
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/orcaflex-yaml-format
SKILL.md
OrcaFlex YAML Format (+2)
OrcaFlex YAML Format
VesselTypes:
- Name: FPSO_RAOs
DisplacementRAOs:
RAOOrigin: [150.0, 0.0, 0.0] # meters from vessel origin
Directions: [0, 45, 90, 135, 180] # degrees
Periods: [5.0, 7.0, 10.0, 12.0, 15.0, 20.0] # seconds
# Amplitude and Phase for each DOF
# Format: [heading][period]
*See sub-skills for full details.*
## DataFrame Export
```python
# Export to DataFrame for analysis
df = processor.to_dataframe(rao_data)
# Multi-level columns: (DOF, Heading)
# Index: Frequency
print(df.head())
# Surge Sway
# 0 45 90 0 45 90
# 0.02 0.95 0.92 0.88 0.02 0.45 0.92
# 0.05 0.92 0.90 0.85 0.05 0.48 0.95
Validation Report
{
"is_valid": false,
"issues": [
{
"type": "amplitude_exceeded",
"dof": "roll",
"heading": 90,
"frequency": 0.6,
"value": 55.2,
*See sub-skills for full details.*
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?