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 63 stars 9 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
60
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
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 | provider default | Model to use; routes the provider (gpt-image*/dall-e* → OpenAI, others → Gemini) | | --reference-images, -r | No | - | Reference image paths (PNG/JPEG/WebP, repeatable or comma-separated, max 5) | | --mask | No | - | PNG mask marking the region to repaint; OpenAI only, requires --reference-images | | --background, -b | No | pr...

Details

Author
guinacio
Repository
guinacio/claude-image-gen
Created
8 months ago
Last Updated
2 days ago
Language
JavaScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category