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.
From gemskillsnpx claudepluginhub b-open-io/claude-plugins --plugin gemskillsThis skill is limited to using the following tools:
references/gemini-api.mdscripts/ask_gemini.tsDispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Executes pre-written implementation plans: critically reviews, follows bite-sized steps exactly, runs verifications, tracks progress with checkpoints, uses git worktrees, stops on blockers.
Guides idea refinement into designs: explores context, asks questions one-by-one, proposes approaches, presents sections for approval, writes/review specs before coding.
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.