orcaflex-environment-config-complete-environment-configuration
Sub-skill of orcaflex-environment-config: Complete Environment Configuration (+1).
Best use case
orcaflex-environment-config-complete-environment-configuration is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Sub-skill of orcaflex-environment-config: Complete Environment Configuration (+1).
Teams using orcaflex-environment-config-complete-environment-configuration 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/complete-environment-configuration/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How orcaflex-environment-config-complete-environment-configuration Compares
| Feature / Agent | orcaflex-environment-config-complete-environment-configuration | 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-environment-config: Complete Environment Configuration (+1).
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
# Complete Environment Configuration (+1)
## Complete Environment Configuration
```yaml
# configs/environment_config.yml
environment:
# General settings
water_depth: 1500.0 # m
water_density: 1025.0 # kg/m³
air_density: 1.225 # kg/m³
# Wave configuration
waves:
type: "JONSWAP"
significant_height: 5.5 # m (Hs)
peak_period: 12.0 # s (Tp)
direction: 180.0 # deg (waves from)
gamma: 3.3 # JONSWAP peak enhancement
spreading: "Cos2s" # Directional spreading
spreading_exponent: 2 # s parameter
# Or multiple wave components
components:
- type: "JONSWAP"
Hs: 4.0
Tp: 10.0
direction: 180.0
gamma: 2.5
- type: "Swell"
Hs: 2.0
Tp: 16.0
direction: 210.0
gamma: 6.0
# Current configuration
current:
surface_speed: 1.2 # m/s
direction: 165.0 # deg (flowing towards)
profile_type: "Interpolated"
# Depth profile
depth_profile:
- depth: 0.0
factor: 1.0
- depth: 50.0
factor: 0.9
- depth: 200.0
factor: 0.5
- depth: 500.0
factor: 0.2
- depth: 1500.0
factor: 0.05
# Wind configuration
wind:
speed: 25.0 # m/s (1-hour mean)
direction: 180.0 # deg (from)
reference_height: 10.0 # m above sea level
profile: "Power Law"
exponent: 0.12 # Wind shear exponent
# Load inclusion
apply_to:
vessels: true
lines: false
buoys: true
# Seabed configuration
seabed:
type: "Flat" # or "3D Profile"
stiffness: 100.0 # kN/m/m²
friction: 0.5 # Coefficient
damping: 1.0 # % critical
slope: 0.0 # deg
```
## Sea State Matrix Configuration
```yaml
# configs/sea_states.yml
sea_states:
# Design conditions
100_year:
Hs: 8.5
Tp: 14.0
gamma: 3.3
current_speed: 1.5
wind_speed: 35.0
10_year:
Hs: 6.5
Tp: 12.5
gamma: 3.0
current_speed: 1.2
wind_speed: 28.0
1_year:
Hs: 5.0
Tp: 11.0
gamma: 2.5
current_speed: 1.0
wind_speed: 22.0
operational:
Hs: 2.5
Tp: 8.0
gamma: 2.0
current_speed: 0.5
wind_speed: 12.0
# Heading combinations
headings:
wave: [0, 15, 30, 45, 60, 75, 90]
current_offset: 0 # degrees from wave
wind_offset: 0 # degrees from wave
```Related Skills
OrcaFlex Specialist Skill
```yaml
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.
toml-section-scoping-config-debug
Diagnose TOML config errors caused by misplaced keys in table sections
portable-config-baseline-pattern
Extract machine-agnostic settings into portable template files while keeping machine-specific hooks and plugins separate
portable-baseline-configuration-pattern
Separate portable/universal config from machine-specific settings to enable safe template reuse across environments
portable-baseline-config-pattern
Separate machine-portable baseline config from environment-specific hooks and plugins
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.
large-parallel-planning-wave-environment-failure-handoff
Handle large pre-plan-review planning waves that succeed analytically but fail to persist artifacts due to quota exhaustion, sandbox write failures, or cancelled GitHub mutations.
orcawave-to-orcaflex
Integration specialist for converting OrcaWave diffraction results to OrcaFlex vessel types. Handles hydrodynamic database generation, RAO import, viscous damping addition, and coordinate system transformations.