Agent skill
ask-gemini
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", or needs a second opinion on content, writing, code, or design. Supports text questions and up to 10 images.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/ask-gemini
SKILL.md
Ask Gemini
Ask Gemini 3.0 Pro Preview any question - text, writing feedback, code review, or image analysis.
When to Use
Writing & Content:
- Article/blog post writing feedback
- Making content less AI-sounding, more human
- Writing style improvements (Vercel/TanStack style, etc.)
- Draft reviews and editing suggestions
- Content strategy advice
Design & Visual:
- Design review and critique
- Spatial layout analysis
- UI/UX guidance
- Comparing design alternatives (send multiple images)
Code & Technical:
- Code review and suggestions
- Architecture feedback
- Technical writing review
Usage
Run the ask_gemini script:
# Text-only question (writing feedback, code review, any question)
bun run ${SKILL_DIR}/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 ${SKILL_DIR}/scripts/ask_gemini.ts screenshot.png "Analyze this design"
# Compare multiple images
bun run ${SKILL_DIR}/scripts/ask_gemini.ts v1.png v2.png "Compare these designs"
Where ${SKILL_DIR} is the path to this skill directory (find via: find ~/.claude -name "ask_gemini.ts" -path "*/ask-gemini/*").
Requirements
GEMINI_API_KEYenvironment variable must be set- Get an API key from https://aistudio.google.com/apikey
Image Support
- Maximum 10 images per request
- Total request size limit: 20 MB
- Supports: PNG, JPG, JPEG, GIF, WEBP, BMP
Model
Uses gemini-3-pro-preview - optimized for:
- Writing critique and style feedback
- Design and spatial awareness
- Multi-image comparison
- Technical analysis
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?