Agent skill · Backend & API

gemini-3-pro-api

Gemini 3 Pro API/SDK integration for text generation, reasoning, and chat. Covers setup, authentication, thinking levels, streaming, and production deployment. Use when working with Gemini 3 Pro API, Python SDK, Node.js SDK, text generation, chat applications, or advanced reasoning tasks.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill gemini-3-pro-api-adaptationio-skrillz --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 17 KB
Bundled scripts: none
Path: skills/ai-llm/gemini-3-pro-api-adaptationio-skrillz/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Gemini 3 Pro API Integration Comprehensive guide for integrating Google's Gemini 3 Pro API/SDK into your applications. Covers setup, authentication, text generation, advanced reasoning with dynamic thinking, chat applications, streaming responses, and production deployment patterns. ## Overview **Gemini 3 Pro** (`gemini-3-pro-preview`) is Google's most intelligent model designed for complex tasks requiring advanced reasoning and broad world knowledge. This skill provides complete workflows for API integration using Python or Node.js SDKs. ### Key Capabilities - **Massive Context:** 1M token input, 64k token output - **Dynamic Thinking:** Adaptive reasoning with high/low modes - **Streaming:** Real-time token delivery - **Chat:** Multi-turn conversations with history - **Production-Ready:** Error handling, retry logic, cost optimization ### When to Use This Skill - Setting up Gemini 3 Pro API access - Building text generation applications - Implementing chat applications with reasoning - Configuring advanced thinking modes - Deploying production Gemini applications - Optimizing API usage and costs --- ## Quick Start ### Prerequisites - **API Key:** Get from [Google AI Studio](http

What's inside
Steps it walks through
  1. Overview
  2. Key Capabilities
  3. When to Use This Skill
  4. Quick Start
  5. Prerequisites
  6. Python Quick Start
  7. Node.js Quick Start
  8. Core Workflows
  9. Workflow 1: Quick Start Setup
  10. Workflow 2: Chat Application Development
  11. Workflow 3: Production Deployment
  12. Thinking Levels
  13. Dynamic Thinking System
  14. Configuration
Ships with 1 file
  • metadata.json
Commands it runs
pip install google-genai
npm install @google/generative-ai
More from claude-skill-registry
All skills →
About this skill
What does the gemini-3-pro-api skill do?

Gemini 3 Pro API/SDK integration for text generation, reasoning, and chat. Covers setup, authentication, thinking levels, streaming, and production deployment. Use when working with Gemini 3 Pro API, Python SDK, Node.js SDK, text generation, chat applications, or advanced reasoning tasks.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill gemini-3-pro-api-adaptationio-skrillz --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going