Sub-skill of orcaflex-line-wizard: Post-Wizard Checks.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill post-wizard-checks --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Post Wizard Checks?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-post-wizard-checks)More formats (shields.io, HTML) on the badges page.
---
name: orcaflex-line-wizard-post-wizard-checks
description: 'Sub-skill of orcaflex-line-wizard: Post-Wizard Checks.'
version: 1.0.0
category: engineering
type: reference
scripts_exempt: true
---
# Post-Wizard Checks
## Post-Wizard Checks
| Check | Method | Pass Criteria |
|-------|--------|---------------|
| Tension achieved | Compare actual vs target | Error < 1% of target |
| Line length positive | All section lengths > 0 | No negative lengths |
| Catenary shape valid | Visual check or arc length > span | Line doesn't go through seabed |
| Static convergence | `model.CalculateStatics()` | Converges after wizard adjustment |
| Anchor holding | Tension at anchor < holding capacity | With safety factor (SF > 1.5) |
```python
def validate_wizard_results(model, configs):
*See sub-skills for full details.*
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!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.