A library of skills for the Gemini API, SDK and model interactions.
LLMs have fixed knowledge, being trained at a specific point in time. Software dev is fast paced and changes 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. For example, 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.
Skills are a lightweight technique for adding relevent context to your agents. This repo contains skills related to building apps powered by the Gemini API.
Our evaluations found that adding this skill improved an agent's ability to generate correct API code following best practices to 87% with Gemini 3 Flash and 96% with Gemini 3 Pro.
Install from this repository using npx skills.
# Show me what you got.
npx skills add google-gemini/gemini-skills --list
# Install a specific skill.
npx skills add google-gemini/gemini-skills --skill gemini-api-dev --globalOr use the Context7 skills CLI.
# Interactively browse and install skills.
npx ctx7 skills install /google-gemini/gemini-skills
# Install a specific skill.
npx ctx7 skills install /google-gemini/gemini-skills gemini-api-devSkill for developing Gemini-powered apps. Provides the best practices for building apps that use the Gemini API.
# Vercel skills
npx skills add google-gemini/gemini-skills --skill gemini-api-dev --global# Context7 skills
npx ctx7 skills install /google-gemini/gemini-skills gemini-api-devThis is not an officially supported Google product. This project is not eligible for the Google Open Source Software Vulnerability Rewards Program.