Agent skill

orcaflex-post-processing-error-handling

Sub-skill of orcaflex-post-processing: Error Handling.

Stars 4
Forks 4

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-post-processing/error-handling

SKILL.md

Error Handling

Error Handling

Common Issues

  1. Missing .sim file

    python
    if not Path(sim_file).exists():
        logger.error(f"Simulation file not found: {sim_file}")
    
  2. Invalid variable name

    python
    try:
        data = line.TimeHistory(variable_name)
    
    

See sub-skills for full details.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results