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

  1. Parse the model list:

    Split $ARGUMENTS by commas to get individual model names. Trim whitespace from each.

  2. Read the current constants file:

Related skills
Installs
2
Repository
dyad-sh/dyad
GitHub Stars
20.2K
First Seen
Apr 25, 2026