Stop scrolling Twitter for image prompts! Let Claude Code intelligently recommend from 6000+ curated image generation prompts based on your needs.
Every time you need to generate an image — article covers, video thumbnails, infographics — you spend ages searching for the right prompt. Scrolling through Twitter threads, bookmarking posts, copy-pasting... it's exhausting.
Just tell the AI what you want in one sentence:
- Smart Search — Searches through 6000+ prompts organized by use case
- Visual Preview — Every recommendation comes with sample images
- Ready to Use — Get the exact English prompt for Nano Banana Pro model
- Content Remix — Provide your article/video/podcast content, pick a style, get a customized prompt tailored to your content
Direct Search:
"Find me a cartoon-style avatar prompt"
"I need prompts for travel blog covers"
"Help me create an infographic for data comparison"
"Looking for product photography prompts with white background"
Content Illustration (Remix Mode):
"Here's my article about startup lessons learned, help me create a cover image"
"I need an illustration for this podcast episode about AI and creativity: [paste content]"
"Generate a thumbnail for my video script: [paste script]"
When you provide content, the skill will:
- Recommend matching style templates with previews
- Ask clarifying questions (e.g., gender, age, mood) to personalize
- Generate a customized prompt based on your content + selected style
- Prompts curated from viral Twitter/X posts by top AI artists
- Updated automatically twice daily via GitHub Actions
- Organized into 10+ use case categories (Avatar, Social Media, Product, etc.)
npx skills i YouMind-OpenLab/nano-banana-pro-prompts-recommend-skillAuto-detects all AI assistants (Claude Code, Cursor, Codex, Gemini CLI, Windsurf, etc.) and installs to all of them.
# Install
npx openskills install YouMind-OpenLab/nano-banana-pro-prompts-recommend-skill
# Update to latest
npx openskills update nano-banana-pro-prompts-recommend-skill"Help me install YouMind-OpenLab/nano-banana-pro-prompts-recommend-skill"
/plugin marketplace add YouMind-OpenLab/nano-banana-pro-prompts-recommend-skillThen enable auto-update in /plugin settings for automatic updates.
npx skills i YouMind-OpenLab/nano-banana-pro-prompts-recommend-skillRe-running the install command pulls the latest version from GitHub. (skills update is planned but not yet available.)
npx openskills update nano-banana-pro-prompts-recommend-skillIf installed via Plugin Marketplace with auto-update enabled, updates happen automatically.
| Category | Prompts | Use Cases |
|---|---|---|
| Profile / Avatar | 700+ | Headshots, profile pictures, character portraits |
| Social Media Post | 3800+ | Instagram, Twitter, Facebook, viral content |
| Product Marketing | 1900+ | Ads, campaigns, promotional materials |
| Infographic | 350+ | Data visualization, educational content |
| Poster / Flyer | 300+ | Events, announcements, banners |
| E-commerce | 200+ | Product photos, listings, white background |
| Game Asset | 200+ | Sprites, characters, items |
| YouTube Thumbnail | 100+ | Click-worthy video covers |
| Comic / Storyboard | 200+ | Manga, panels, sequential art |
| App / Web Design | 100+ | UI mockups, interface designs |
nano-banana-pro-prompts-recommend-skill/
├── SKILL.md # Skill configuration and instructions
├── README.md
├── package.json
├── scripts/
│ └── generate-references.ts # Fetches data from CMS
├── references/ # Auto-generated JSON files
│ ├── {category}.json # Category files (search only)
│ └── others.json # Uncategorized prompts
└── .github/workflows/
└── generate-references.yml # Scheduled updates
- Node.js 20+
- pnpm
pnpm install
# Create .env with CMS credentials
echo "CMS_HOST=your_host" >> .env
echo "CMS_API_KEY=your_key" >> .env
# Generate references
pnpm run generateConfigure repository secrets:
| Secret | Description |
|---|---|
CMS_HOST |
PayloadCMS API host |
CMS_API_KEY |
PayloadCMS API key |
Runs at 00:00 and 12:00 UTC daily.
Following Claude Code skill best practices:
- Signal Mapping — Keyword-to-category routing for efficient search
- Token Optimization — Never loads full category files; uses Grep to search
- Content-Aware Remix — Extracts themes from user content and personalizes prompts with clarifying questions
- Graceful Fallback — If no match found, generates custom prompt with clear AI-generated label
- skills CLI - The "npm" of AI skills by Vercel
- openskills - Universal skills loader
- anthropics/skills - Official Anthropic skills
MIT
