ai-sdk-model-manager

Synchronize AI SDK model configurations with provider releases and SDK typings.

11.2k|562|Updated Jun 15, 2024
One-click install
npx skills add https://github.com/tambo-ai/tambo --skill ai-sdk-model-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-sdk-model-manager
Source: https://github.com/tambo-ai/tambo/tree/main/.claude/skills/ai-sdk-model-manager
Command: npx skills add https://github.com/tambo-ai/tambo --skill ai-sdk-model-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the maintenance of AI SDK model configurations in the Tambo Cloud codebase, keeping models, packages, and docs in sync.

Core Features & Use Cases

  • Package updates: Checks and updates AI SDK packages to the latest versions.
  • Model discovery: Identifies missing or new models by comparing SDK definitions against current configurations.
  • Research & documentation: Researches new models and updates documentation and readmes accordingly.
  • Guided changes: Prompts the user for which models to add before applying changes.

Quick Start

Run this skill to scan the repository for outdated AI SDK versions and missing models, then propose concrete changes.

Frequently Asked Questions about ai-sdk-model-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I keep AI SDK model configurations up to date with new provider releases?

To keep AI SDK model configurations updated, this Skill automates synchronization by scanning your codebase for outdated packages and missing models, then prompting you to apply specific changes.

How can I automatically discover missing AI SDK models in my TypeScript codebase?

You can discover missing AI SDK models by comparing your current configurations against the latest SDK definitions; this Skill identifies gaps and prompts you to add the new models.

Does updating AI SDK packages ensure type-safe model IDs in TypeScript?

Yes, updating AI SDK packages ensures type-safe model IDs by aligning your configurations with the latest SDK typings, preventing type mismatches when new models are introduced.

What is the best way to synchronize AI SDK documentation when adding new models?

The best way to synchronize documentation is to automate it during the update process; this Skill researches new models and updates related docs and readmes automatically.

Can I review which AI SDK models are added before changes are applied to my repository?

Yes, you can review changes because this Skill provides guided updates, prompting you to select exactly which missing models or package updates to apply before modifying your codebase.