What problem does it solve? Gemini model names, SDK signatures, quotas, and deprecation status change frequently, so relying on remembered knowledge leads to broken integrations. This Skill routes all Gemini-specific work in the MDE codebase through verified official documentation and the installed @ai-sdk/google provider before any code change. ## Core Features & Use Cases - Provider-safe model changes: Verifies model availability and provider compatibility against current official Gemini docs before editing model strings. - Structured output and tool contracts: Validates schemas, function-calling contracts, and runtime output rather than relying on typecheck alone. - Scoped ownership: Keeps Gemini-specific failures with this domain while routing Mastra orchestration and Google Maps behavior to their own owners. - Use Case: When asked to switch the MDE Gemini model to a newer version, the Skill checks the installed @ai-sdk/google 2.0.74 provider, fetches current official model guidance, makes the smallest compatible change, and reruns representative prompts and structured-output tests. ## Quick Start Ask the agent to update the Gemini model used by the MDE provider and verify the change with representative behavior tests.