gemini-api-dev
Editor's pickFeaturedUse 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.
- Type
- skill
- GitHub stars
- ★ 3.8K
- Repository
- google-gemini/gemini-skills
- Category
- backend
Install
1Quick install (skills CLI)
npx skills add google-gemini/gemini-skills --skill gemini-api-dev --agent claude-codeInstalls gemini-api-dev into the current project's .claude/skills/ directory. Requires Node.js and the skills CLI.
2Manual install
Create ~/.claude/skills/<name>/ and copy the SKILL.md file from the repository into it. The directory name must match the skill name.
⚠️ Exact file layout and requirements vary by repository — always check the repo README first.
Prefer the full source? The repository README is the authoritative install reference.