Agent skill

orcaflex-modeling-command-line-interface

Sub-skill of orcaflex-modeling: Command Line Interface (+1).

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-modeling/command-line-interface

SKILL.md

Command Line Interface (+1)

Command Line Interface

bash
# Process all YAML files in current directory
python -m digitalmodel.orcaflex.universal pattern="*.yml"

# Specify input/output directories
python -m digitalmodel.orcaflex.universal \
    pattern="mooring_*.yml" \
    input_directory="configs/" \
    output_directory="results/"


*See sub-skills for full details.*

## Python API


```python
from digitalmodel.orcaflex.universal import UniversalOrcaFlexRunner

# Initialize runner
runner = UniversalOrcaFlexRunner(
    input_directory="configs/",
    output_directory="results/",
    mock_mode=False
)


*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