HeadsUpAI

Google Launches Gemini API Skills to Fix Outdated AI Coding Knowledge

· Updated

Google released the Gemini API developer skill, a package of instructions providing agents with feature explanations and verified code samples. It uses a system instruction and tools like activate_skill to retrieve live documentation, ensuring agents access fresh information instead of relying on static training data.

This update solves the problem of models hallucinating outdated code patterns for fast-moving APIs. In evaluations, the gemini-3.1-pro-preview model improved its success rate from 28.2% to 96.6% with the skill. The results show that models with strong reasoning capabilities see the most significant reliability gains when using these structured primitives.

You can integrate the gemini-api-dev skill into your workflows by installing it from GitHub. It guides agents toward the latest best practices and ensures they use correct SDK primitives. While Google is also exploring MCP, these skills offer a lightweight way to make any API agent-ready today.

Google AI Developers
Google AI Developers
@googleaidevs
X

Give your coding agents up-to-date SDK knowledge with Gemini API skills. Our evaluation saw 96.6% success with the gemini-3.1-pro-preview model across 117 coding prompts, measuring model performance across agentic, chat, and SDK use cases. https://t.co/Zric8xoJfw

31retweets445likes
View on X

Share this update