Agent skill

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/ai-llm/image-gen-brendadeeznuts1111-tier-1380-omega/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. ⚠️ Critical: SDK Migration Required
  2. Models
  3. Capabilities
  4. Aspect Ratios
  5. Resolutions (Pro only)
  6. Quick Start
  7. Model Selection
  8. When to Use
  9. Known Issues Prevention
  10. Issue #1: Resolution Parameter Case Sensitivity
  11. Issue #2: Aspect Ratio May Be Ignored (Sept 2025+)
  12. Issue #3: Exceeding 5 Human Reference Images
  13. Issue #4: SynthID Watermark Cannot Be Disabled
  14. Issue #5: Google Search Grounding Excludes Image Results
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going