ask-gemini

📁 b-open-io/gemskills 📅 10 days ago
1
总安装量
1
周安装量
#50316
全站排名
安装命令
npx skills add https://github.com/b-open-io/gemskills --skill ask-gemini

Agent 安装分布

mcpjam 1
claude-code 1
junie 1
windsurf 1
crush 1

Skill 文档

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

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