Agent skill · Content & Marketing

image-generation

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill image-generation-guinacio-claude-image-gen --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/ai-llm/image-generation-guinacio-claude-image-gen/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 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 |

What's inside
Steps it walks through
  1. When to Invoke This Skill
  2. Using the CLI
  3. Parameters
  4. Output
  5. Aspect Ratio Selection
  6. Prompt Crafting
  7. Examples
  8. Pattern Detection
  9. Workflow
  10. Model Selection
  11. Best Practices
  12. Reference
  13. Alternative: MCP Tool
Ships with 1 file
  • metadata.json
Commands it runs
node "${CLAUDE_PLUGIN_ROOT}/mcp-server/build/cli.bundle.js" \
More from claude-skill-registry
All skills →
About this skill
What does the image-generation skill do?

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.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill image-generation-guinacio-claude-image-gen --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