mooring-design-common-errors-and-fixes
Sub-skill of mooring-design: Common Errors and Fixes (+1).
Best use case
mooring-design-common-errors-and-fixes is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Sub-skill of mooring-design: Common Errors and Fixes (+1).
Teams using mooring-design-common-errors-and-fixes 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/common-errors-and-fixes/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How mooring-design-common-errors-and-fixes Compares
| Feature / Agent | mooring-design-common-errors-and-fixes | 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 mooring-design: Common Errors and Fixes (+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
# Common Errors and Fixes (+1)
## Common Errors and Fixes
| Error | Cause | Fix |
|-------|-------|-----|
| Catenary solution diverges | Horizontal tension too low for water depth and line weight | Increase pretension or add more line length |
| Anchor capacity exceeded | Environmental loads larger than holding capacity | Upsize anchor or add anchor line length for catenary reduction |
| Safety factor < required | Line MBL too low for design tensions | Upsize chain/rope diameter or change material grade |
| Vessel offset exceeds limit | Mooring stiffness too low | Add more lines, shorten lines, or increase pretension |
| Line-line interference | Mooring spread angle too narrow | Increase angular spacing between lines (min 30 deg recommended) |
| Snap loading | Slack line becomes taut under dynamic loading | Increase pretension to avoid slack; add damping materials |
| Polyester creep | Long-term elongation under sustained load | Use DNV creep factors; design for post-installation elongation |
## Debugging Mooring Design
```python
def diagnose_mooring_system(system, environment):
"""Check mooring system design for common issues."""
issues = []
# Check minimum number of lines
n_lines = len(system.lines)
if n_lines < 3:
issues.append(f"Only {n_lines} lines — minimum 3 for station keeping")
*See sub-skills for full details.*Related Skills
diagnose-venv-shebang-import-errors
Debugging pattern for ModuleNotFoundError when CLI entry points use wrong Python interpreter
diagnose-shebang-virtualenv-import-errors
Debugging pattern for ModuleNotFoundError when CLI entry points use wrong Python interpreter
diagnose-shebang-venv-import-errors
Troubleshoot ModuleNotFoundError in CLI tools by identifying shebang-venv mismatches
diagnose-dirty-ntfs-mount-errors
Troubleshoot NTFS mount failures by identifying dirty volume flags and driver type
debug-toml-section-scoping-errors
Diagnose and fix TOML configuration errors caused by misplaced key-value pairs in named sections
batch-syntax-repair-from-injection-errors
Detect and fix systematic syntax errors caused by line-injection scripts that split multiline constructs
itinerary-design
Use when constructing a day-by-day itinerary inside a trip plan. Encodes base-count rules, jet-lag handling, transit-day discipline, slack budgeting, and the "last day = travel only" rule. Invoked by the trip-planner skill.
orcaflex-mooring-iteration
Iterate mooring line lengths to achieve target pretensions using scipy optimization, Newton-Raphson, or EA-based methods. Use for mooring system design, pretension optimization, and CALM/SALM buoy configuration.
mooring-design
Design and analyze mooring systems including CALM and SALM buoys, catenary moorings, and spread mooring configurations. Covers mooring line design, safety factors, environmental loading, and compliance with DNV, API, and ABS standards.
touchdesigner-mcp
Control a running TouchDesigner instance via twozero MCP — create operators, set parameters, wire connections, execute Python, build real-time visuals. 36 native tools.
popular-web-designs
54 production-quality design systems extracted from real websites. Load a template to generate HTML/CSS that matches the visual identity of sites like Stripe, Linear, Vercel, Notion, Airbnb, and more. Each template includes colors, typography, components, layout rules, and ready-to-use CSS values.
design-md
Author/validate/export Google's DESIGN.md token spec files.