Agent skill
yaml-configuration-example-1-orcaflex-mooring-configuration
Sub-skill of yaml-configuration: Example 1: OrcaFlex Mooring Configuration (+5).
Install this agent skill to your Project
npx add-skill https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/_archive/data/scientific/yaml-configuration/example-1-orcaflex-mooring-configuration
SKILL.md
Example 1: OrcaFlex Mooring Configuration (+5)
Example 1: OrcaFlex Mooring Configuration
# config/mooring_analysis.yaml
---
metadata:
analysis_name: "FPSO Mooring System"
analysis_type: "dynamic_mooring"
created: "2026-01-06"
author: "Marine Engineering Team"
version: 1.0
*See sub-skills for full details.*
## Example 2: Hydrodynamic Analysis Configuration
```yaml
# config/hydrodynamic_analysis.yaml
---
analysis:
type: "frequency_domain"
software: "AQWA" # or "WAMIT", "OrcaWave"
geometry:
input_file: "../models/vessel_geometry.gdf"
mesh:
*See sub-skills for full details.*
## Example 3: Fatigue Analysis Configuration
```yaml
# config/fatigue_analysis.yaml
---
analysis:
name: "Mooring Line Fatigue Assessment"
type: "spectral_fatigue"
standard: "DNV-RP-C203"
input_data:
tension_rao:
*See sub-skills for full details.*
## Example 4: Multi-Analysis Workflow
```yaml
# config/workflow_config.yaml
---
workflow:
name: "Complete Mooring Analysis Workflow"
version: 1.0
stages:
- stage: 1
name: "Hydrodynamic Analysis"
*See sub-skills for full details.*
## Example 5: Vessel Library
```yaml
# config/vessel_library.yaml
---
# Vessel templates library
vessels:
fpso_standard: &fpso
type: "FPSO"
dimensions:
length: 320
*See sub-skills for full details.*
## Example 6: Parameter Variations
```yaml
# config/parametric_study.yaml
---
parametric_study:
name: "Mooring Pretension Sensitivity"
base_config: "../config/mooring_analysis.yaml"
parameters:
- name: "pretension"
type: "linear"
*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?