Back to list
ThrownLemon

imagegen

by ThrownLemon

Claude Code plugin marketplace - code quality, productivity, and development tools

1🍴 0📅 Jan 16, 2026

SKILL.md


name: imagegen description: AI image generation using Google Gemini (Gemini) and OpenAI GPT-Image. Generate, edit, iterate, and create assets. triggers:

  • "generate an image"
  • "create an image"
  • "make an image"
  • "draw"
  • "create a picture"
  • "generate a picture"
  • "create artwork"
  • "generate art"
  • "make me an image"
  • "create icons"
  • "generate icons"
  • "create a logo"
  • "generate a logo"
  • "create a moodboard"
  • "generate moodboard"
  • "design inspiration"
  • "character design"
  • "character sheet"
  • "edit this image"
  • "modify this image"
  • "change this image"
  • "update this image"
  • "refine this image"
  • "iterate on this"
  • "compare image providers"
  • "generate social images"
  • "create thumbnails"
  • "make favicons"
  • "dall-e"
  • "dalle"
  • "imagen"
  • "gemini image"
  • "gpt image"

Image Generation Skill

This skill enables AI-powered image generation, editing, and asset creation using Google Gemini (Gemini) and OpenAI GPT-Image.

When to Use

Activate this skill when the user wants to:

  • Generate images from text descriptions
  • Edit or modify existing images
  • Create project assets (icons, favicons, social images)
  • Generate design inspiration (moodboards)
  • Create consistent character designs
  • Compare different AI image providers

Available Commands

CommandUse For
/imagegen:generateGenerate images from prompts
/imagegen:editEdit existing images
/imagegen:iterateRefine images through multiple steps
/imagegen:compareCompare Google vs OpenAI
/imagegen:assetsGenerate project assets
/imagegen:moodboardCreate design inspiration sets
/imagegen:characterCreate consistent character sheets
/imagegen:configConfigure defaults

Delegation

For complex image generation tasks, delegate to the image-generator subagent which has access to all generation scripts and can handle multi-step workflows.

Quick Reference

Providers

Google Gemini (Gemini)

  • Models: gemini-2.5-flash-image, gemini-3-pro-image-preview
  • Best for: Character consistency, multi-turn iteration, style variety
  • API Key: GEMINI_API_KEY or GOOGLE_API_KEY

OpenAI GPT-Image

  • Models: gpt-image-1.5, gpt-image-1, gpt-image-1-mini
  • Best for: Text in images, transparent backgrounds, precise edits
  • API Key: OPENAI_API_KEY

Common Sizes/Aspect Ratios

FormatGoogleOpenAI
Square1:11024x1024
Landscape16:91536x1024
Portrait9:161024x1536
Wide21:9-

Example Interactions

User: "Generate an image of a sunset over mountains" Action: Use /imagegen:generate --prompt "A sunset over mountains"

User: "Create app icons for my project" Action: Use /imagegen:assets --type icons --prompt "[ask for description]"

User: "Edit this image to add rain" Action: Use /imagegen:edit --image [path] --prompt "Add rain falling"

User: "I want to iterate on this design" Action: Use /imagegen:iterate --image [path] --prompt "[refinement]"

User: "Which provider would be better for logos?" Action: Explain Google is better for style variety, OpenAI for text, and suggest /imagegen:compare to test both.

Prerequisites Check

Before generating, verify:

  1. Required Python packages: google-genai, openai, Pillow (for resizing)
  2. API keys set in environment
  3. Output directory accessible
# Install packages
pip install google-genai openai Pillow

# Set API keys (user's responsibility)
export GEMINI_API_KEY=your_key
export OPENAI_API_KEY=your_key

Prompt Tips

Help users craft effective prompts:

  • Be descriptive but concise
  • Specify style (photorealistic, watercolor, minimalist)
  • Include lighting (golden hour, dramatic, soft)
  • Mention composition (close-up, wide shot, centered)
  • For characters, include distinctive features
  • For logos, specify simplicity level

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+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