nano-banana-pro

Solid

Generate and edit high-quality images using Google's Nano Banana Pro (Gemini 3 Pro Image) AI model. Use this skill when working with AI image generation or editing tasks including (1) Creating images from text prompts with professional quality, (2) Editing existing images with natural language instructions, (3) Multi-turn iterative image refinement, (4) Product photography and marketing visuals, (5) Creating infographics and diagrams with text, (6) Photorealistic and artistic image generation, (7) Batch image generation workflows, (8) Testing and troubleshooting Gemini image generation API. Supports up to 4K resolution, multiple aspect ratios, reference images, and advanced prompting techniques for cinema-quality results.

AI & Automation 41 stars 3 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
54
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Nano Banana Pro (Gemini 3 Pro Image) Generate and edit professional-quality images using Google's state-of-the-art Gemini 3 Pro Image model. ## API Configuration Set your Gemini API key as an environment variable: ```bash export GEMINI_API_KEY="your-api-key-here" ``` Get your API key at: https://aistudio.google.com/apikey ## Quick Start ### Test API Connection Before generating images, verify API credentials: ```bash python scripts/test_connection.py --api-key YOUR_KEY ``` Or set environment variable: ```bash export GEMINI_API_KEY="your-api-key-here" python scripts/test_connection.py ``` ### Generate Image from Text ```bash python scripts/generate_image.py "A futuristic cityscape at sunset, neon lights, cyberpunk style" ``` With options: ```bash python scripts/generate_image.py "Portrait of a cat" \ --aspect-ratio 9:16 \ --temperature 0.7 \ --output ./my_images \ --filename cat_portrait ``` ### Edit Existing Image ```bash python scripts/edit_image.py "Make the sky more dramatic with storm clouds" input.jpg ``` With options: ```bash python scripts/edit_image.py "Change car color to red" photo.png \ --aspect-ratio 16:9 \ --output ./edited \ --filename red_car ``` ## Core Workflows ### 1. Text-to-Image Generation **When to use**: Creating images from scratch based on text descriptions. **Process**: 1. **Craft effective prompt** using best practices from `references/prompting-guide.md` 2. **Run generation script** with appropriate parameter...

Details

Author
tdimino
Repository
tdimino/claude-code-minoan
Created
7 months ago
Last Updated
yesterday
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category