This gives Claude direct access to Google's Gemini API documentation and the latest model lineup. It's built around the current v1beta SDK (google-genai for Python, @google/genai for JS) and pulls live docs from ai.google.dev's llms.txt index, so you're not working from stale information. The skill emphasizes that older models and SDKs are deprecated, which matters if you've been using Gemini 1.5 or the legacy generativeai packages. Good for multimodal tasks, function calling, and structured output where you need Claude to write correct integration code against Google's current API surface. The inclusion of the REST API discovery spec is smart for debugging.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill gemini-api-dev