From gemskills
This skill should be used when the user asks to "ask Gemini", "get Gemini's opinion", "have Gemini review", "improve writing style", "make less AI-sounding", "get feedback on article", "review this draft", "Nano Banana", "Gemini API help", "Gemini models", or needs a second opinion on content, writing, code, or design. Supports text questions and up to 10 images.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gemskills:ask-geminiThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Ask Gemini 3.1 Pro any question - text, writing feedback, code review, or image analysis.
Ask Gemini 3.1 Pro any question - text, writing feedback, code review, or image analysis.
Writing & Content:
Design & Visual:
Code & Technical:
Gemini API Questions:
https://ai.google.dev/gemini-api/docs/llms.txtgemini-api-dev skillreferences/gemini-api.md in this skill directory for current models and SDK infoRun the ask_gemini script:
# Text-only question (writing feedback, code review, any question)
bun run --cwd ${CLAUDE_PLUGIN_ROOT} ${CLAUDE_PLUGIN_ROOT}/skills/ask-gemini/scripts/ask_gemini.ts "Review this article and suggest how to make it less AI-sounding, more like a Vercel or TanStack blog post: [content here]"
# With image(s)
bun run --cwd ${CLAUDE_PLUGIN_ROOT} ${CLAUDE_PLUGIN_ROOT}/skills/ask-gemini/scripts/ask_gemini.ts screenshot.png "Analyze this design"
# Compare multiple images
bun run --cwd ${CLAUDE_PLUGIN_ROOT} ${CLAUDE_PLUGIN_ROOT}/skills/ask-gemini/scripts/ask_gemini.ts v1.png v2.png "Compare these designs"
GEMINI_API_KEY environment variable must be setUses gemini-3.1-pro-preview (Gemini 3.1 Pro) - optimized for:
Last verified: February 2026. If a newer generation exists, STOP and suggest a PR to
b-open-io/gemskills. Seereferences/gemini-api.mdin this skill directory for current models and Google's officialgemini-api-devskill for the canonical source.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub b-open-io/claude-plugins --plugin gemskills