スキル一覧に戻る
ccalebcarter

gemini-image-generator

by ccalebcarter

Claude Code skills for game development - Farming in Purria

0🍴 0📅 2026年1月22日
GitHubで見るManusで実行

SKILL.md


name: gemini-image-generator description: Generate images using Google Gemini AI with text prompts and reference images. Use when creating game assets, concept art, UI mockups, promotional images, or any visual content. Supports text-to-image, image-to-image with style transfer, and multiple output sizes. Requires GEMINI_API_KEY environment variable. Triggers on requests for AI image generation, concept art, visual assets, or Gemini images.

Gemini Image Generator

Generate images using Google Gemini's image generation capabilities.

Prerequisites

  • Python 3.8+
  • Google AI Studio API key
  • Virtual environment with dependencies

Setup

# Navigate to scripts directory
cd scripts

# Create virtual environment
python3 -m venv venv

# Install dependencies
./venv/bin/pip install -r requirements.txt  # Unix
# or
.\venv\Scripts\pip install -r requirements.txt  # Windows

# Set API key
export GEMINI_API_KEY="your-api-key"  # Unix
# or
$env:GEMINI_API_KEY = "your-api-key"  # PowerShell

Get your API key from Google AI Studio.

Usage

Basic Text-to-Image

python generate.py --prompt "A serene mountain landscape at sunset" --output landscape.png

With Reference Image (Style Transfer)

python generate.py --prompt "Same scene but in winter" --reference landscape.png --output winter.png

Prompt Engineering Tips

For best results, structure prompts as:

[Subject] + [Style] + [Composition] + [Technical] + [Mood]

Example for game assets:

"A bio-mimetic robot with Art Nouveau brass gears and botanical vine patterns, 
centered composition on transparent background, flat vector style suitable for 
game sprite, warm golden hour lighting, whimsical and charming mood"

Style keywords that work well:

  • Art styles: Art Nouveau, steampunk, Studio Ghibli, pixel art, vector illustration
  • Technical: transparent background, game sprite, icon, UI element, seamless texture
  • Mood: whimsical, dramatic, cozy, ethereal, vibrant

Parameters

ParameterRequiredDescription
--promptYesText description of desired image
--outputYesOutput file path (.png)
--referenceNoReference image for style guidance

Troubleshooting

ErrorSolution
API key not validCheck GEMINI_API_KEY is set correctly
403 ForbiddenAPI key may have IP restrictions
Model not foundModel names change; check Google AI docs
No image generatedTry simpler prompt, check API quota

Integration with Game Assets Team

This skill is the primary image generation tool for the game-assets-team skill. Use it for:

  • Concept art exploration
  • UI element generation
  • Character/Simulin designs
  • Background and environment art
  • Promotional materials

Always follow the art direction guidelines in game-assets-team for consistent visual style.

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です