image-gen
Generate website images with Gemini 3 Native Image Generation. Covers hero banners, service cards, infographics with legible text, and multi-turn editing. Includes Australian-specific imagery patterns. Use when stock photos don't fit, need text in images, or require consistent style across assets. Prevents 5 documented errors.
npx skills add majiayu000/claude-skill-registry --skill image-gen-brendadeeznuts1111-tier-1380-omega --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Image Generation Skill Generate and edit website images using Gemini Native Image Generation. ## ⚠️ Critical: SDK Migration Required **IMPORTANT**: The `@google/generative-ai` package is deprecated as of November 30, 2025. All new projects must use `@google/genai`. **Migration Required**: ```typescript // ❌ OLD (deprecated, support ended Nov 30, 2025) import { GoogleGenerativeAI } from "@google/generative-ai"; const genAI = new GoogleGenerativeAI(API_KEY); // ✅ NEW (required) import { GoogleGenAI } from "@google/genai"; const ai = new GoogleGenAI({ apiKey: API_KEY }); ``` **Source**: [GitHub Repository Migration Notice](https://github.com/google-gemini/deprecated-generative-ai-js) ## Models | Model | ID | Status | Best For | |-------|-----|--------|----------| | **Gemini 3 Pro Image** | `gemini-3-pro-image-preview` | Preview (Nov 20, 2025) | 4K, complex prompts, text | | **Gemini 2.5 Flash Image** | `gemini-2.5-flash-image` | GA (Oct 2, 2025) | Fast iteration, general use | | **Imagen 4.0** | `imagen-4.0-generate-001` | GA (Aug 14, 2025) | Alternative platform | **Deprecated Models** (do not use): - `gemini-2.0-flash-exp-image-generation` - Shut down Nov 11, 2025 - `gemini-2.0-fl
- ⚠️ Critical: SDK Migration Required
- Models
- Capabilities
- Aspect Ratios
- Resolutions (Pro only)
- Quick Start
- Model Selection
- When to Use
- Known Issues Prevention
- Issue #1: Resolution Parameter Case Sensitivity
- Issue #2: Aspect Ratio May Be Ignored (Sept 2025+)
- Issue #3: Exceeding 5 Human Reference Images
- Issue #4: SynthID Watermark Cannot Be Disabled
- Issue #5: Google Search Grounding Excludes Image Results
What does the image-gen skill do?
Generate website images with Gemini 3 Native Image Generation. Covers hero banners, service cards, infographics with legible text, and multi-turn editing. Includes Australian-specific imagery patterns. Use when stock photos don't fit, need text in images, or require consistent style across assets. Prevents 5 documented errors.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill image-gen-brendadeeznuts1111-tier-1380-omega --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
