GitHub - google-gemini/gemini-skills: Skills for the Gemini API, SDK and model/agent interactions

1 min read Original article ↗

Gemini API skills

A library of skills for the Gemini API, SDK and model interactions.

Installation

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 --global

Or 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-dev

Skills in this repo

gemini-api-dev

Skill 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-dev

Disclaimer

This is not an officially supported Google product. This project is not eligible for the Google Open Source Software Vulnerability Rewards Program.