ai-sdk-model-manager
Installation
SKILL.md
AI SDK Model Manager
This skill helps maintain AI SDK model configurations in the Tambo Cloud codebase. It automates the process of keeping model definitions up-to-date with the latest AI SDK releases.
What This Skill Does
- Updates AI SDK Packages - Checks and updates @ai-sdk/openai, @ai-sdk/google, @ai-sdk/groq, and other provider packages to their latest versions
- Identifies Missing Models - Compares TypeScript definitions in the SDKs against configured models to find newly available models
- Researches Models - Gathers information about new models including capabilities, context windows, pricing, and use cases
- Prompts User - Asks which models to add before making changes
- Adds Models - Updates model configuration files with proper TypeScript types and metadata
- Updates Documentation - Updates relevant docs and README files to reflect new model availability
When to Use This Skill
Use this skill when: