Agent skill

orcaflex-yaml-gotchas-symptom

Sub-skill of orcaflex-yaml-gotchas: Symptom (+2).

Stars 4
Forks 4

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-yaml-gotchas/symptom

SKILL.md

Symptom (+2)

Symptom

Semantic validator reports NorthDirection: 0 as "extra" in modular output.

Root Cause

Builder unconditionally emits NorthDirection: 0 (default). Monolithic doesn't include it (OrcaFlex assumes 0).

Fix

Only emit when non-zero:

python
if sim.north_direction:
    general["NorthDirection"] = sim.north_direction

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results