Nano Banana 2 Promptor Skill banner
thangphistudent thangphistudent

Nano Banana 2 Promptor Skill

Design community

Description

Claude Code skill that generates optimized Nano Banana 2 (Gemini 3.1) image prompts for ecommerce, marketing, and print-on-demand design

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Nano Banana 2 Promptor Skill

A Claude Code plugin that auto-generates optimized **Nano Banana 2 (Gemini 3.1)** image generation prompts from natural conversation context. Specializes in ecommerce product photography, marketing visuals, social media graphics, and print-on-demand graphic design.

Installation

# Step 1: Add this marketplace
/plugin marketplace add thangphistudent/nano-banana-2-promptor-skill

# Step 2: Install the plugin
/plugin install promptor@nano-banana-2-promptor-skill

Usage

Just talk naturally about creating visuals. The skill auto-triggers when you mention creating, generating, or designing images for products, social media, marketing, or POD.

**Examples:**

"create a streetwear t-shirt design with skulls and flames for my Etsy shop"

"generate an instagram post image for my artisanal coffee brand"

"make a cute kawaii cat design for coffee mugs"

"I need a minimalist poster design with just the word BREATHE"

What It Does

  1. Parses your context - Accepts any input format (free-form, structured, or minimal keywords)
  2. Routes intelligently - POD designs get niche-specific design rules; commercial images get camera specs and platform optimization
  3. Applies design intelligence - 10 validated niche modules, visual hierarchy rules, color systems, anti-pattern guards
  4. Outputs structured JSON - Ready-to-paste prompt with full context analysis and metadata

Output Format

{
  "context_analysis": {
    "detected": { "subject, category, audience, purpose, style..." },
    "inferred": { "niche_module, color_system, composition, aspect_ratio..." },
    "design_philosophy": "mini art movement for POD categories"
  },
  "prompt_components": {
    "style, subject, setting, composition, typography, lighting, technical, constraints"
  },
  "assembled_prompt": "Ready-to-paste narrative prompt for Nano Banana 2",
  "metadata": { "model_target, aspect_ratio, resolution, design_rules_applied..." }
}