• About Us
  • Disclaimer
  • Contact Us
  • Privacy Policy
Wednesday, March 25, 2026
mGrowTech
No Result
View All Result
  • Technology And Software
    • Account Based Marketing
    • Channel Marketing
    • Marketing Automation
      • Al, Analytics and Automation
      • Ad Management
  • Digital Marketing
    • Social Media Management
    • Google Marketing
  • Direct Marketing
    • Brand Management
    • Marketing Attribution and Consulting
  • Mobile Marketing
  • Event Management
  • PR Solutions
  • Technology And Software
    • Account Based Marketing
    • Channel Marketing
    • Marketing Automation
      • Al, Analytics and Automation
      • Ad Management
  • Digital Marketing
    • Social Media Management
    • Google Marketing
  • Direct Marketing
    • Brand Management
    • Marketing Attribution and Consulting
  • Mobile Marketing
  • Event Management
  • PR Solutions
No Result
View All Result
mGrowTech
No Result
View All Result
Home Google Marketing

Closing the knowledge gap with agent skills

Josh by Josh
March 25, 2026
in Google Marketing
0
Closing the knowledge gap with agent skills


Large language models (LLMs) have fixed knowledge, being trained at a specific point in time. Software engineering practices are fast paced and change often, where new libraries are launched every day and best practices evolve quickly.

This leaves a knowledge gap that language models can’t solve on their own. At Google DeepMind we see this in a few ways: our models don’t know about themselves when they’re trained, and they aren’t necessarily aware of subtle changes in best practices (like thought circulation) or SDK changes.

Many solutions exist, from web search tools to dedicated MCP services, but more recently, agent skills have surfaced as an extremely lightweight but potentially effective way to close this gap.

While there are strategies that we, as model builders, can implement, we wanted to explore what is possible for any SDK maintainer. Read on for what we did to build the Gemini API developer skill and the results it had on performance.

What we built

To help coding agents building with the Gemini API, we built a skill that:

  • explains the high-level feature set of the API,
  • describes the current models and SDKs for each language,
  • demonstrates basic sample code for each SDK, and
  • lists the documentation entry points (as sources of truth).

This is a basic set of primitive instructions that guide an agent towards using our latest models and SDKs, but importantly also refers to the documentation to encourage retrieving fresh information from the source of truth.

The skill is available on GitHub or install it directly into your project with:

# Install with Vercel skills
npx skills add google-gemini/gemini-skills --skill gemini-api-dev --global

# Install with Context7 skills
npx ctx7 skills install /google-gemini/gemini-skills gemini-api-dev

Shell

Skill tester

We created an evaluation harness with 117 prompts that generate Python or TypeScript code using the Gemini SDKs that are used to evaluate skill performance.

The prompts evaluate across different categories, including agentic coding tasks, building chatbots, document processing, streaming content and a number of specific SDK features.

We ran these tests both in “vanilla” mode (directly prompting the model) and with the skill enabled. To enable the skill, the model is given the same system instruction that the Gemini CLI uses, and two tools: activate_skill and fetch_url (for downloading the docs).

A prompt is considered a failure if it uses one of our old SDKs.

Skills work, but they need reasoning

The top-line results:

  • The latest Gemini 3 series of models achieve excellent results with the addition of the gemini-api-dev skill, notably coming from a low baseline without it (6.8% for both 3.0 Pro and Flash, 28% for 3.1 Pro).
  • The older 2.5 series of models also benefit, but nowhere near as much. Using modern models with strong reasoning support makes a difference.

All categories performed well

Adding the skill was effective across almost all domains for the top-performing model (gemini-3.1-pro-preview).

SDK Usage had the lowest pass rate, at 95%. There is no stand-out reason for this; the failed prompts cover a range of tasks that include some difficult or unclear requests, but notably they include prompts that explicitly request Gemini 2.0 models.

Here’s an example from the SDK usage category that failed across all models.

When I use the Python api with the gemini 2.0 flash model, and when the output is quite long, the returned content will be an array of output chunks instead of the whole thing. i guess it was doing some kind of streaming type of input. how to turn this off and get the whole output together

Skill issues

These initial results are quite encouraging, but we know from Vercel’s work that direct instruction through AGENTS.md can be more effective than using skills, so we are exploring other ways to supply live knowledge of SDKs, such as directly using MCPs for documentation.

Skill simplicity is a huge benefit, but right now there isn’t a great skill update story, other than requiring users to update manually. In the long term this could leave old skill information in user’s workspaces, doing more harm than good.

Despite these minor issues we’re still excited to start using skills in our workflows. The Gemini API skill is still fairly new, but we’re keeping it maintained as we push model updates, and we will be exploring different avenues for improving it. Follow Mark and Phil for updates as we tune the skill, and don’t forget to try it out and let us know your feedback!



Source_link

READ ALSO

Best practices for Ads and Analytics Advisor

Google’s Android Automotive is moving from the dashboard to the ‘brain’ of the car

Related Posts

Best practices for Ads and Analytics Advisor
Google Marketing

Best practices for Ads and Analytics Advisor

March 25, 2026
Google’s Android Automotive is moving from the dashboard to the ‘brain’ of the car
Google Marketing

Google’s Android Automotive is moving from the dashboard to the ‘brain’ of the car

March 25, 2026
Google Quantum AI to include neutral atom computing
Google Marketing

Google Quantum AI to include neutral atom computing

March 25, 2026
A BlackBerry you might actually want just landed on Kickstarter
Google Marketing

A BlackBerry you might actually want just landed on Kickstarter

March 25, 2026
Google named Fast Company’s Most Innovative Company 2026
Google Marketing

Google named Fast Company’s Most Innovative Company 2026

March 25, 2026
ChatGPT and Gemini are fighting to be the AI bot that sells you stuff
Google Marketing

ChatGPT and Gemini are fighting to be the AI bot that sells you stuff

March 24, 2026
Next Post

An AI Reckoning for HR: Transform or Fade Away

POPULAR NEWS

Trump ends trade talks with Canada over a digital services tax

Trump ends trade talks with Canada over a digital services tax

June 28, 2025
Communication Effectiveness Skills For Business Leaders

Communication Effectiveness Skills For Business Leaders

June 10, 2025
15 Trending Songs on TikTok in 2025 (+ How to Use Them)

15 Trending Songs on TikTok in 2025 (+ How to Use Them)

June 18, 2025
App Development Cost in Singapore: Pricing Breakdown & Insights

App Development Cost in Singapore: Pricing Breakdown & Insights

June 22, 2025
Comparing the Top 7 Large Language Models LLMs/Systems for Coding in 2025

Comparing the Top 7 Large Language Models LLMs/Systems for Coding in 2025

November 4, 2025

EDITOR'S PICK

How to Develop an Astrology App Like Co-star: Step-by-Step Guide

How to Develop an Astrology App Like Co-star: Step-by-Step Guide

August 18, 2025
Productivity, security and more features on Android

Productivity, security and more features on Android

June 16, 2025
What Is Alt Text? Why It Matters & How to Write It

What Is Alt Text? Why It Matters & How to Write It

July 14, 2025
Top Google Android Widgets to use in 2024 [Video]

Top Google Android Widgets to use in 2024 [Video]

December 24, 2025

About

We bring you the best Premium WordPress Themes that perfect for news, magazine, personal blog, etc. Check our landing page for details.

Follow us

Categories

  • Account Based Marketing
  • Ad Management
  • Al, Analytics and Automation
  • Brand Management
  • Channel Marketing
  • Digital Marketing
  • Direct Marketing
  • Event Management
  • Google Marketing
  • Marketing Attribution and Consulting
  • Marketing Automation
  • Mobile Marketing
  • PR Solutions
  • Social Media Management
  • Technology And Software
  • Uncategorized

Recent Posts

  • Craft Food Vegetable Cakepop Recipe
  • The AI skills gap is here, says AI company, and power users are pulling ahead
  • Apple Is Finally Rebuilding Siri From the Ground Up. But Will It Be Any Good This Time?
  • An AI Reckoning for HR: Transform or Fade Away
  • About Us
  • Disclaimer
  • Contact Us
  • Privacy Policy
No Result
View All Result
  • Technology And Software
    • Account Based Marketing
    • Channel Marketing
    • Marketing Automation
      • Al, Analytics and Automation
      • Ad Management
  • Digital Marketing
    • Social Media Management
    • Google Marketing
  • Direct Marketing
    • Brand Management
    • Marketing Attribution and Consulting
  • Mobile Marketing
  • Event Management
  • PR Solutions