ck:ai-artist

Generate images from concepts using curated Nano Banana prompts via Python scripts.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/jangtrinh/demo-Lam --skill ck-ai-artist-jangtrinh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:ai-artist
Source: https://github.com/jangtrinh/demo-Lam/tree/main/.claude/skills/ai-artist
Command: npx skills add https://github.com/jangtrinh/demo-Lam --skill ck-ai-artist-jangtrinh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-genai, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill removes the friction of finding the right style and prompt structure for generating consistent images by guiding you through a style/mood/colors validation interview and then producing a Nano Banana-ready prompt.

Core Features & Use Cases

  • Prompt generation from a curated library: Uses 129 curated prompts to match your concept in search, or remix/wild-transform them for creative variations.
  • Mandatory validation interview (with bypass): Collects your preferred style, mood, colors, and aspect ratio to refine the final prompt; use --skip to proceed with defaults.
  • Image creation via Nano Banana (Gemini image models): Generates output images by running the provided scripts against Nano Banana models with configurable aspect ratio and quality mode.

Quick Start

Run the generator with the concept you want, for example: python3 scripts/generate.py "tech conference banner" -o banner.png --mode search --aspect-ratio 16:9

Frequently Asked Questions about ck:ai-artist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate AI images from a concept using Nano Banana prompts?

To generate AI images from a concept, you run a local Python script that selects curated Nano Banana prompts via BM25 lookup and executes Gemini image models to produce styled outputs. You can optionally apply creative remix or wild transformations for variations.

What is the validation interview for prompt-driven image creation?

The validation interview is a mandatory step collecting your preferred style, mood, colors, and aspect ratio to refine the final Nano Banana prompt. You can bypass this interview and proceed with default settings by providing the --skip flag.

Do I need Python and Google GenAI dependencies to run Nano Banana image generation?

Yes, you need a Python environment to execute the local scripts and the google-genai dependency to interface with Gemini models. The image generation workflow relies on these scripts to perform BM25 prompt search and call the Nano Banana models.

Can I use curated prompts for creative remixes and wild transformations?

Yes, the generator uses 129 curated prompts that you can match to your concept in search mode, or remix and wild-transform them for creative variations. This allows flexible prompt-driven image creation across different modes for banners, characters, and stylized scenes.

What's the best way to create a tech conference banner with a specific aspect ratio?

The best way to create a tech conference banner is to run the generator script with your concept, specify the output file, and set the aspect ratio. The script uses BM25 prompt lookup and the Gemini model to generate the image with your configured dimensions.

Does generating images with Gemini models support configurable quality modes?

Yes, image creation via Nano Banana supports configurable aspect ratio and quality mode. You can adjust these parameters when running the local Python scripts to ensure the generated output meets your specific visual requirements.