imagen

sanjay3290/ai-skills · updated Apr 8, 2026

$npx skills add https://github.com/sanjay3290/ai-skills --skill imagen
0 commentsdiscussion
summary

This skill generates images using Google Gemini's image generation model (gemini-3-pro-image-preview). It enables seamless image creation during any Claude Code session - whether you're building frontend UIs, creating documentation, or need visual representations of concepts.

skill.md

Imagen - AI Image Generation Skill

Overview

This skill generates images using Google Gemini's image generation model (gemini-3-pro-image-preview). It enables seamless image creation during any Claude Code session - whether you're building frontend UIs, creating documentation, or need visual representations of concepts.

Cross-Platform: Works on Windows, macOS, and Linux.

When to Use This Skill

Automatically activate this skill when:

  • User requests image generation (e.g., "generate an image of...", "create a picture...")
  • Frontend development requires placeholder or actual images
  • Documentation needs illustrations or diagrams
  • Visualizing concepts, architectures, or ideas
  • Creating icons, logos, or UI assets
  • Any task where an AI-generated image would be helpful

How It Works

  1. Takes a text prompt describing the desired image
  2. Calls Google Gemini API with image generation configuration
  3. Saves the generated image to a specified location (defaults to current directory)
  4. Returns the file path for use in your project

Usage

Python (Cross-Platform - Recommended)

# Basic usage
python scripts/generate_image.py "A futuristic city skyline at sunset"

# With custom output path
python scripts/generate_image.py "A minimalist app icon for a music player" "./assets/icons/music-icon.png"

# With custom size
python scripts/generate_image.py --size 2K "High resolution landscape" "./wallpaper.png"

Requirements

  • GEMINI_API_KEY environment variable must be set
  • Python 3.6+ (uses standard library only, no pip install needed)

Output

Generated images are saved as PNG files. The script returns:

  • Success: Path to the generated image
  • Failure: Error message with details

Examples

Frontend Development

User: "I need a hero image for my landing page - something abstract and tech-focused"
-> Generates and saves image, provides path for use in HTML/CSS

Documentation

User: "Create a diagram showing microservices architecture"
-> Generates visual representation, ready for README or docs

UI Assets

User: "Generate a placeholder avatar image for the user profile component"
-> Creates image in appropriate size for component use

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.650 reviews
  • Chaitanya Patil· Dec 28, 2024

    Keeps context tight: imagen is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Dev Jackson· Dec 16, 2024

    Keeps context tight: imagen is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Sophia Kapoor· Dec 8, 2024

    I recommend imagen for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Sophia Abebe· Nov 27, 2024

    Solid pick for teams standardizing on skills: imagen is focused, and the summary matches what you get after install.

  • Sophia Brown· Nov 23, 2024

    imagen fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Benjamin Wang· Nov 23, 2024

    We added imagen from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Piyush G· Nov 19, 2024

    Registry listing for imagen matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Noor Johnson· Nov 7, 2024

    Registry listing for imagen matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Hiroshi Bhatia· Oct 26, 2024

    imagen reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Ren Thompson· Oct 18, 2024

    imagen has been reliable in day-to-day use. Documentation quality is above average for community skills.

showing 1-10 of 50

1 / 5
imagen — AI agent skill | explainx.ai | explainx.ai