Def banner
yusik-kim yusik-kim

Def

Development community

Description

--- description: Look up an OpenFAST input parameter / keyword / output-channel definition (local cache first, no web calls when cached) argument-hint: <parameter or keyword, e.g. NLinTimes, ReactMXss, OutFileFmt> --- Look up `$ARGUMENTS` (an OpenFAST input-file parameter, keyword, or output-channel name -- e.g. `LinTimes`, `NLinTimes`, `CalcSteady`, `OutFileFmt`, `ReactMXss`, `TwrBsMyt`) and report its short definition. If `$ARGUMENTS` is empty, ask which term to define instead of guessing.

Installation

Installs to ~/.claude/commands/yusik-kim-openfast-ddalggag-def.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/yusik-kim/openFAST-ddalggag/HEAD/.claude/commands/def.md -o ~/.claude/commands/yusik-kim-openfast-ddalggag-def.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository