dyad:add-models
Installation
SKILL.md
Add Models
Add one or more AI models to src/ipc/shared/language_model_constants.ts, researching correct specifications from official documentation.
Arguments
$ARGUMENTS: Comma-separated list of model names to add (e.g., "gemini 3.1 pro, glm 5, sonnet 4.6").
Instructions
-
Parse the model list:
Split
$ARGUMENTSby commas to get individual model names. Trim whitespace from each. -
Read the current constants file: