Add a new model to an existing provider
Scanned 9/6/2026
Install to Claude Code
npx -y skills add adaline/gateway --skill add-model --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Add Model?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/adaline-add-model)More formats (shields.io, HTML) on the badges page.
---
name: add-model
description: Add a new model to an existing provider
user-invocable: true
argument-hint: "<provider-name> <model-name>"
---
Add a new model to provider `$ARGUMENTS[0]`:
1. Look at existing model configs in `core/providers/$ARGUMENTS[0]/src/configs/` to understand the pattern
2. Look at existing model schemas in `core/providers/$ARGUMENTS[0]/src/models/` for schema patterns
3. Create the new model config following the established pattern
4. Create the model schema with proper Zod validators
5. Export the new model from the provider's barrel file
6. Run `pnpm run build` from the provider directory to verify
7. Run `pnpm run test` from the provider directory to verify
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!