git404hub

what is nano-banana-2-asset-skill fr?

nurshot/nano-banana-2-asset-skill — explained in plain English

Analysis updated 2026-05-18

2PythonAudience · vibe coderComplexity · 2/5Setup · moderate

tl;dr

A plugin for AI coding tools like Codex and Claude Code that automatically generates images for software projects using Google's Antigravity service.

vibe map

mindmap
  root((repo))
    What it does
      Generates project images
      Creates layout-aware prompts
      Places files into code
    How it works
      Routes to Antigravity
      Uses Google login
      Leaves SVGs as code
    Use cases
      Add photos to apps
      Create illustrations
      Generate textures
    Setup
      Install from marketplace
      Enable in coding tool
      Needs Antigravity CLI
    Privacy and limits
      Handles rate limits
      Sends only prompts
      No telemetry collected

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Automatically generate and insert production-ready photos into your app's codebase.

VIBE 2

Create custom illustrations for software projects by asking your AI coding assistant.

VIBE 3

Replace placeholder images with real generated textures using natural language requests.

VIBE 4

Generate images with specific dimensions for desktop and mobile screen layouts.

what's the stack?

PythonCodexClaude CodeAntigravity CLI

how it stacks up fr

nurshot/nano-banana-2-asset-skill0-bingwu-0/live-interpreter010zx00x1/faresnipe
Stars222
LanguagePythonPythonPython
Setup difficultymoderatemoderateeasy
Complexity2/52/52/5
Audiencevibe codergeneralgeneral

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires the Antigravity command line tool and an active Google login session, which may violate Google's terms of service.

No license information is provided in the repository, so default copyright restrictions apply.

in plain english

This repository provides a plugin, called a skill, for two AI coding tools: Codex and Claude Code. The skill helps those tools generate images for software projects. When a coding agent recognizes that a project needs a photograph, illustration, or other bitmap image, this skill creates a layout-aware prompt, generates the image using a Google service called Antigravity, and places the finished file into the code. The name "Nano Banana 2" refers to the specific image generation route used inside Antigravity. The plugin itself does not check or verify the underlying model on each run. A key feature is that the skill acts as a visual router. It sends requests for photos, illustrations, and textures to the Antigravity service. However, it leaves simple graphics like SVG icons, gradients, and shadows as code to be handled natively. The plugin does not use a separate Gemini API key. Instead, it relies on your existing Google login session through the Antigravity command line tool. The plugin itself never reads or stores your login tokens. Installation involves adding the plugin from this GitHub marketplace and then enabling it inside your coding tool. Once installed, the skill can activate automatically when the agent thinks an image is needed. You can also call it directly with a specific command, providing details like the target file path and the desired dimensions for desktop and mobile screens. Natural language requests, such as asking it to replace a placeholder with a production-ready image, also work. The skill manages usage limits carefully. If the Antigravity service reports a rate limit error, the plugin catches it, reports the cooldown time, and leaves your project files untouched. It avoids making new requests until the limit resets. For privacy, only the visual prompt and any reference images you select are sent to Google. The plugin collects no telemetry. Google notes that using third-party software like Claude Code with an Antigravity login may violate its terms, so users should review the rules before use.

prompts (copy fr)

prompt 1
I have a placeholder image in my project at src/assets/hero.png. Use the Nano Banana 2 skill to generate a production-ready photo replacement sized 1920x1080 for desktop.
prompt 2
My app needs an illustration for the onboarding screen. Ask the Nano Banana 2 skill to create one at 800x600 and place it at assets/onboarding.png.
prompt 3
Generate a tileable texture image for my game and save it to public/textures/stone.png. Use the Nano Banana 2 skill with a prompt for a realistic stone surface.
prompt 4
I need a mobile-friendly header image at 375x812 pixels. Use the Nano Banana 2 skill to generate a modern abstract illustration and insert it into my project.

Frequently asked questions

what is nano-banana-2-asset-skill fr?

A plugin for AI coding tools like Codex and Claude Code that automatically generates images for software projects using Google's Antigravity service.

What language is nano-banana-2-asset-skill written in?

Mainly Python. The stack also includes Python, Codex, Claude Code.

What license does nano-banana-2-asset-skill use?

No license information is provided in the repository, so default copyright restrictions apply.

How hard is nano-banana-2-asset-skill to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is nano-banana-2-asset-skill for?

Mainly vibe coder.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.