image-generation

Solid

Generates professional AI images using Google Gemini. ALWAYS invoke this skill when building websites, landing pages, slide decks, presentations, or any task needing visual content. Invoke IMMEDIATELY when you detect image needs - don't wait for the user to ask. This skill handles prompt optimization and aspect ratio selection.

AI & Automation 47 stars 6 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
56
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Image Generation Skill Generate professional AI images using Google Gemini via the bundled CLI script. ## When to Invoke This Skill Invoke immediately when: **Web Development** - Hero sections without images - Feature illustrations needed - Placeholder images in code (`placeholder.jpg`, `stock-photo.png`) - Empty visual sections (`<section class="hero">` without images) - Landing pages and marketing sites **Presentations & Documents** - Cover images and headers - Conceptual diagrams - Section dividers **Applications** - Onboarding illustrations - Empty state graphics - Error page visuals ## Using the CLI Run the bundled CLI script via bash: ```bash node "${CLAUDE_PLUGIN_ROOT}/mcp-server/build/cli.bundle.js" \ --prompt "Your detailed image description" \ --output "./path/to/output.png" \ --aspect-ratio "16:9" ``` ### Parameters | Flag | Required | Default | Description | |------|----------|---------|-------------| | --prompt, -p | Yes | - | Detailed image description | | --output, -o | No | auto-generated | Output file path | | --aspect-ratio, -a | No | 1:1 | 1:1, 16:9, 9:16, 4:3, 3:4, 2:3, 3:2 | | --model, -m | No | gemini-3-pro-image-preview | Model to use | | --output-dir, -d | No | current directory | Output directory | ### Output The CLI outputs JSON: ```json {"success": true, "filePath": "/path/to/generated-image.png"} ``` Or on error: ```json {"success": false, "error": "Error message"} ``` ### Aspect Ratio Selection - **16:9** - Hero images, web...

Details

Author
guinacio
Repository
guinacio/claude-image-gen
Created
6 months ago
Last Updated
1 weeks ago
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

gemini-imagegen

This skill should be used when generating and editing images using the Gemini API (Nano Banana Pro). It applies when creating images from text prompts, editing existing images, applying style transfers, generating logos with text, creating stickers, product mockups, or any image generation/manipulation task. Supports text-to-image, image editing, multi-turn refinement, and composition from multiple reference images.

448 Updated today
davekilleen
AI & Automation Listed

gemini-image

Generate and edit images with Google's Gemini models (Nano Banana / Gemini 3 Pro Image / 3.1 Flash Image) from a zero-dependency Python CLI. Use whenever the user wants to create, generate, edit, restyle, or compose an image with Gemini / Google AI; produce listing photos, mockups, banners, icons, or marketing visuals via Gemini; or attach reference images for image-to-image editing. Also handles text/conversation/model-listing — it is the maintained successor to the older `gemini-client` plugin. Triggers: "generate an image with Gemini", "use Google AI to make a picture", "Gemini image", "nano banana", "edit this image with Gemini", "Imagen".

0 Updated today
BryceEWatson
AI & Automation Listed

seo-image-gen

AI image generation for SEO assets: OG/social preview images, blog hero images, schema images, product photography, infographics. Powered by Gemini via nanobanana-mcp. Requires banana extension installed. Use when user says "generate image", "OG image", "social preview", "hero image", "blog image", "product photo", "infographic", "seo image", "create visual", "image-gen", "favicon", "schema image", "pinterest pin", "generate visual", "banner", or "thumbnail".

1 Updated yesterday
lasri97