Agent skill
orcaflex-monolithic-to-modular-significance-levels
Sub-skill of orcaflex-monolithic-to-modular: Significance Levels (+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-monolithic-to-modular/significance-levels
SKILL.md
Significance Levels (+2)
Significance Levels
| Level | Meaning | Action |
|---|---|---|
match |
Values identical (within tolerance) | None |
cosmetic |
< 0.01% numeric diff | Safe to ignore |
minor |
0.01-1% numeric diff | Review if important |
significant |
> 1% numeric diff | Must investigate |
missing |
Present in mono, absent in mod | Fix extractor/builder |
extra |
Absent in mono, present in mod | Fix builder defaults |
type_mismatch |
Different types (bool vs string) | Fix type handling |
Running Semantic Validation
# Single model
uv run python scripts/semantic_validate.py model.yml modular_dir/
# With HTML report
uv run python scripts/semantic_validate.py model.yml modular_dir/ --html report.html
# Batch mode
uv run python scripts/semantic_validate.py model.yml modular_dir/ --batch output_dir/
Integrated in Benchmark
The benchmark pipeline (scripts/benchmark_model_library.py) runs semantic validation as a pre-statics gate:
.dat → YAML → extract → spec → generate modular → [SEMANTIC CHECK] → [statics] → compare
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?