google-gemini
@google-gemini Organization
Public Skills
code-reviewer
by google-gemini
Use this skill to review code. It supports both local changes (staged or working tree)
docs-writer
by google-gemini
Always use this skill when the task involves writing, reviewing, or editing
docs-changelog
by google-gemini
Generates and formats changelog files for a new release based on provided version and raw changelog data.
pr-address-comments
by google-gemini
Use this skill if the user asks you to help them address GitHub PR comments for their current branch of the Gemini CLI. Requires gh CLI tool.
pr-creator
by google-gemini
Use this skill when asked to create a pull request (PR). It ensures all PRs
gemini-interactions-api
by google-gemini
Use this skill when writing code that calls the Gemini API for text generation, multi-turn chat, multimodal understanding, image generation, streaming responses, background research tasks, function calling, structured output, or migrating from the old generateContent API. This skill covers the Interactions API, the recommended way to use Gemini models and agents in Python and TypeScript.
gemini-live-api-dev
by google-gemini
Use this skill when building real-time, bidirectional streaming applications with the Gemini Live API. Covers WebSocket-based audio/video/text streaming, voice activity detection (VAD), native audio features, function calling, session management, ephemeral tokens for client-side auth, and all Live API configuration options. SDKs covered - google-genai (Python), @google/genai (JavaScript/TypeScript).
gemini-api-dev
by google-gemini
Use this skill when building applications with Gemini models, Gemini API, working with multimodal content (text, images, audio, video), implementing function calling, using structured outputs, or needing current model specifications. Covers SDK usage (google-genai for Python, @google/genai for JavaScript/TypeScript, com.google.genai:google-genai for Java, google.golang.org/genai for Go), model selection, and API capabilities.