← Back to list

segment-image
by b-open-io
Gemini 3.0 Pro Preview skills for Claude Code - design analysis, spatial awareness, visual critique
⭐ 1🍴 0📅 Jan 23, 2026
SKILL.md
name: Segment Image description: This skill should be used when the user asks to "segment an image", "identify objects", "extract objects", "generate masks", "find objects in image", or needs AI-powered image segmentation.
Segment Image
Segment and identify objects in images using Gemini's vision capabilities.
When to Use
Use this skill when the user asks to:
- Identify objects in an image
- Generate masks for specific objects
- Segment an image into regions
- Extract objects from an image
Usage
cd ${CLAUDE_PLUGIN_ROOT}/skills/segment-image && bun run scripts/segment.ts <input-image> [options]
Options
--prompt <text>- Custom segmentation prompt--output <dir>- Output directory for mask files
Examples
cd ${CLAUDE_PLUGIN_ROOT}/skills/segment-image
# Segment all objects
bun run scripts/segment.ts photo.jpg
# Segment with custom prompt
bun run scripts/segment.ts photo.jpg --prompt "identify all people and vehicles"
# Save masks to directory
bun run scripts/segment.ts photo.jpg --output ./masks
Model
Uses gemini-3-pro-preview for image segmentation.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon