nano-banana

REQUIRED for all image generation requests. Generate and edit images using Gemini CLI with persistent visual memory via KV cache warmth. Use whenever the user asks to create, generate, make, draw, design, or edit any image or visual content.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "nano-banana" with this command: npx skills add cailmdaley/skills/cailmdaley-skills-nano-banana

Nano Banana Image Generation

Generate images via Gemini CLI with persistent visual memory.

Core Insight: Two Warm Caches

Gemini maintains a KV cache across requests. Claude maintains context by seeing generated images. Use --resume latest to keep Gemini's cache warm across iterations.

Usage

# First generation — starts fresh session
gemini --yolo "/generate 'blue circle on white background'"

# Subsequent generations — resume for warm cache
gemini --yolo --resume latest -p "/generate 'same circle but red'"

# Edit existing image
gemini --yolo --resume latest -p "/edit path/to/image.png 'make it darker'"

Critical: Always use --resume latest -p "..." for iterations.

Sessions are per-directory. Different directories = different visual memories.

Commands

CommandUse Case
/generate "prompt"Text-to-image
/edit image.png "instruction"Modify existing
/icon "description"App icons, favicons
/diagram "description"Flowcharts, architecture
/pattern "description"Seamless textures

See references/CLI.md for full command flags.

Output

Images save to ./nanobanana-output/ in the current directory.

Transparency

Gemini cannot output true alpha. Use difference matting: generate on white, edit to black, extract alpha. See references/TRANSPARENCY.md.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

implementing-code

No summary provided by upstream source.

Repository SourceNeeds Review
General

nano-banana

Nano Banana - Gemini Native Image Generation

Repository Source
41.2K153inferen-sh
General

nano-banana

No summary provided by upstream source.

Repository SourceNeeds Review
General

nano-banana

No summary provided by upstream source.

Repository SourceNeeds Review