mooring-design-common-errors-and-fixes

Sub-skill of mooring-design: Common Errors and Fixes (+1).

5 stars

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

$curl -o ~/.claude/skills/common-errors-and-fixes/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/_archive/engineering/marine-offshore/mooring-design/common-errors-and-fixes/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/common-errors-and-fixes/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How mooring-design-common-errors-and-fixes Compares

Feature / Agentmooring-design-common-errors-and-fixesStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/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

5
from vamseeachanta/workspace-hub

Debugging pattern for ModuleNotFoundError when CLI entry points use wrong Python interpreter

diagnose-shebang-virtualenv-import-errors

5
from vamseeachanta/workspace-hub

Debugging pattern for ModuleNotFoundError when CLI entry points use wrong Python interpreter

diagnose-shebang-venv-import-errors

5
from vamseeachanta/workspace-hub

Troubleshoot ModuleNotFoundError in CLI tools by identifying shebang-venv mismatches

diagnose-dirty-ntfs-mount-errors

5
from vamseeachanta/workspace-hub

Troubleshoot NTFS mount failures by identifying dirty volume flags and driver type

debug-toml-section-scoping-errors

5
from vamseeachanta/workspace-hub

Diagnose and fix TOML configuration errors caused by misplaced key-value pairs in named sections

batch-syntax-repair-from-injection-errors

5
from vamseeachanta/workspace-hub

Detect and fix systematic syntax errors caused by line-injection scripts that split multiline constructs

itinerary-design

5
from vamseeachanta/workspace-hub

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

5
from vamseeachanta/workspace-hub

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

5
from vamseeachanta/workspace-hub

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

5
from vamseeachanta/workspace-hub

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

5
from vamseeachanta/workspace-hub

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

5
from vamseeachanta/workspace-hub

Author/validate/export Google's DESIGN.md token spec files.