Agent Skill
2/7/2026nano-banana-imager
Use this skill to generate high-quality images, icons, and assets for frontend web development using Gemini 3 Pro.
C
codedbiijay
0GitHub Stars
1Views
npx skills add CodedBiijay/kazicra-assistant
SKILL.md
| Name | nano-banana-imager |
| Description | Use this skill to generate high-quality images, icons, and assets for frontend web development using Gemini 3 Pro. |
name: nano-banana-imager description: Use this skill to generate high-quality images, icons, and assets for frontend web development using Gemini 3 Pro.
Nano Banana Imager
Description
This skill leverages the gemini-3-pro-image-preview model to create visual assets on demand. Use this when the user needs:
- Placeholder images for a website layout.
- Custom icons or UI assets.
- Visual ideas generated from text prompts.
Prerequisites:
google-genaipackage installed (pip install google-genai).GEMINI_API_KEYenvironment variable set.
Quick Start
- Define Prompt: Detailed description of the visual style and subject.
- Generate: Run the script with the prompt and output filename.
Workflows
Workflow 1: Generate Website Placeholders
Use this to fill empty spots in a layout (Hero section, Feature cards, etc.).
- Identify Requirement: "I need a hero image of a futuristic city."
- Construct Command:
python3 scripts/generate_image.py --prompt "A futuristic city skyline at sunset, cyberpunk style, wide angle, high resolution, web design hero image" --output "assets/hero_city.png" - Execute: Run the command from the skill directory or project root.
Workflow 2: Create UI Icons
Use this to create consistent icon sets.
- Identify Style: "Minimalist flat blue icons."
- Construct Command:
python3 scripts/generate_image.py --prompt "Minimalist flat vector icon of a shopping cart, blue color, white background" --output "assets/icon_cart.png"
Reference
- Model:
gemini-3-pro-image-preview - Script:
scripts/generate_image.py
Skills Info
Original Name:nano-banana-imagerAuthor:codedbiijay
Download