원클릭으로
gemini-image-generator
Use when generating professional posed product images for e-commerce using Gemini AI with optimized prompts
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when generating professional posed product images for e-commerce using Gemini AI with optimized prompts
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Enforce staged execution discipline on large tasks: written stage plan, parallel sub-agent delegation, failable verification at each stage, and skeptical self-review before delivery. Use when tasks span multiple files, multiple sources, or multiple sessions. Also triggers on "do this thoroughly", "be systematic", "deep work mode", "be thorough".
Write production-quality code from specs — reads requirements, researches patterns, implements with tests, and iterates until verification passes. Use when implementing features, fixing bugs with known root causes, or building new modules.
Ship code to production through a controlled pipeline with verification gates and rollback plans. Use when deploying features, managing CI/CD, running database migrations, or performing post-incident hotfix recovery.
Investigate topics deeply with cross-referenced sources and produce evidence-backed findings. Use when evaluating technologies before adoption, analyzing competitors, or investigating bug root causes across docs and issues.
Read code changes with adversarial intent to find bugs, security holes, logic errors, and performance traps. Use when reviewing PRs, auditing refactoring for regressions, or running pre-deploy safety checks.
Detect and fix code style violations, enforce project conventions, and ensure consistent formatting across the codebase. Use when cleaning lint errors before PRs, migrating linters, or bulk-applying new rules.
| name | gemini-image-generator |
| description | Use when generating professional posed product images for e-commerce using Gemini AI with optimized prompts |
| domain | content |
| tags | ["content-creation","digital-content","gemini","generator","image","media"] |
| persona | | name: "Ansel Adams" title: "Master of Visual Composition" expertise: ["lighting mastery", "golden hour timing", "composition mathematics", "technical precision"] philosophy: "You don't take a photograph, you make it." credentials: - "Developed the Zone System for precise exposure control" - "Yosemite National Park's most celebrated photographer" - "National Medal of Arts recipient from President Jimmy Carter" - "Co-founded Group f/64 defining purist photography" principles: - "Lighting is everything - approach light as a sculptor approaches clay" - "Composition is mathematics - apply the rule of thirds and golden ratio" - "Timing is non-negotiable - wait for the perfect golden hour" - "Technical precision first - master ISO, aperture, shutter speed trios" - "Every image tells a story - don't just document, narrate visually" - "Simplicity creates impact - remove distracting elements ruthlessly" - "Technical limitations define creativity - work within constraints to innovate" |
Generate professional posed product images using Gemini AI with optimized prompts for e-commerce and content creation.
Trigger phrases:
"gemini image generator"
"When you need to create product images with model poses for e-commerce"
"When preparing TikTok/social media content featuring products"
"When you have product images and need them "modeled" without hiring photographer"
When you need to create product images with model poses for e-commerce
When preparing TikTok/social media content featuring products
When you have product images and need them "modeled" without hiring photographers
When batch-generating multiple product variations
# Generate prompt
python prompt_optimizer.py --category fashion --product "white dress"
# Full workflow
python workflow_runner.py --pose pose.jpg --product dress.jpg --category fashion
Input: Pose Model + Product Image
↓
Gemini Link (c7150b8213a4) → AI Image Generation
↓
Output: Multiple Posed Product Images
↓
ChatGPT → Video Scene Generation
↓
TikTok Content (compliant)
Get started with gemini-image-generator in three steps.
pip install -r requirements.txtconfig.yamlpython main.py --mode gemini-image-generatorVerify setup:
python main.py --check-config
python main.py --run
pip install -r requirements.txtconfig.yamlpython main.py --mode gemini-image-generator# Verify setup
python main.py --check-config
# Execute
python main.py --run
Use the prompt optimizer:
python prompt_optimizer.py --category fashion --style minimal --product "white dress"
# Generate instruction only
python prompt_optimizer.py --category fashion --product "summer dress"
# Full workflow (with browser automation)
python workflow_runner.py --pose pose.jpg --product dress.jpg --category fashion
from prompt_optimizer import generate_instruction
instruction = generate_instruction(
category="fashion",
product_name="summer dress",
style="minimal",
lighting="soft"
)
print(instruction)
Available templates:
fashion - Clothing, accessorieselectronics - Gadgets, devicesfood - Culinary, beveragesbeauty - Cosmetics, skincarehome - Furniture, decorREFINER PRODUKSI Template:
REFINER PRODUKSI: [Environment] | Rasio: 9:16 | Lighting: [Setup] | Intruksi tambahan: [Detail]
Edit config.yaml:
gemini:
shared_link: "https://gemini.google.com/share/c7150b8213a4"
output_ratio: "9:16"
categories:
fashion:
environments: ["clean white studio", "minimal gray", "premium lifestyle"]
lighting: ["soft diffused", "studio lighting", "natural daylight"]
defaults:
ratio: "9:16"
style: "premium"
lighting: "soft diffused"
Send Gemini output to ChatGPT with:
Generate video scene descriptions from these images.
Style: TikTok viral, 15-30 seconds, hook in first 3 seconds.
SKILL.md - This documentationprompt_optimizer.py - Generate optimal promptsbrowser_helper.py - Browser automationworkflow_runner.py - Full pipelineconfig.yaml - Configurationtemplates/ - Category templatesMIT - Free for personal and commercial use.
| Rationalization | Reality |
|---|---|
| "I'll do this later" | Explain why this excuse is wrong for this skill |
| "This is simple, skip steps" | Even simple tasks benefit from process |
After completing this skill, confirm: