Sub-skill of orcaflex-yaml-gotchas: Symptom (+2).
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill symptom --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Symptom?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-symptom-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: orcaflex-yaml-gotchas-symptom
description: 'Sub-skill of orcaflex-yaml-gotchas: Symptom (+2).'
version: 1.0.0
category: engineering
type: reference
scripts_exempt: true
---
# 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
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!