What problem does it solve? Developers often rely on outdated training data when building with the Gemini API, leading to deprecated model names, legacy SDKs, and broken code. This Skill provides current model identifiers, correct SDK packages, and up-to-date documentation lookup paths for Gemini and Gemma development. ## Core Features & Use Cases - Current Model & SDK Reference: Lists active models (gemini-3.7-flash, gemini-3.1-pro-preview, gemma-4, embedding models) and correct SDKs (google-genai for Python, @google/genai for JS/TS, plus Go and Java packages), while flagging deprecated ones. - Multimodal Development Guidance: Covers text generation, function calling, structured outputs, image generation and editing, video generation, audio transcription, and embeddings. - Documentation Lookup: Directs agents to MCP-based doc search when available, or to the official llms.txt index and .md.txt documentation pages as a fallback. - Use Case: When asked to add image generation to an app, the Skill ensures you use gemini-3-pro-image-preview with the @google/genai SDK instead of a deprecated model or legacy package. ## Quick Start Ask the agent to write a Python script using the Gemini API that generates text with function calling, and it will use the current google-genai SDK and a supported model.