Image Prompt Generator
Generate detailed, contextually appropriate image prompts for marketing websites. Creates prompts optimized for multiple AI image generation models that accurately represent page purpose and appeal to target audiences.
Commands
| Command |
Description |
/creo image-prompt hero |
Generate hero image prompts for pages |
/creo image-prompt feature |
Generate feature/card image prompts |
/creo image-prompt batch |
Generate all image prompts for the site |
Core Instructions
Configuration
- Check for project-specific config at
.claude/project-config.md
- Read
project_id, project_name, visual style settings
- Load project extension if it exists at
.claude/skills/creo-image-prompt/creo-image-prompt-{project_id}.md. This file contains project-specific visual style, color palette, brand imagery, and image category conventions. {project_id} comes from project-config.md. Always load it before doing work.
- If no config exists, use defaults or ask user
Supported Models
Prompts should be compatible with:
- DALL-E 3 (OpenAI)
- Midjourney
- Stable Diffusion XL
- Flux
- Ideogram
- Leonardo AI
Write prompts in a universal style that works across different models.
Visual Style Guide
Overall Aesthetic
- Style: Modern, professional, documentary-style photography
- Lighting: Natural lighting, soft shadows, clean look
- Setting: Modern offices, home offices, studios, co-working spaces
- People: Diverse professionals, authentic expressions, engaged in work
- Tech: Modern devices (laptops, tablets, smartphones)
- Colors: Clean whites, soft blues, professional neutrals
Do Include
- Real work scenarios (editing, reviewing, collaborating)
- Professional equipment when relevant
- Screen interfaces showing relevant content (blurred for realism)
- Natural, candid moments (not staged stock photo poses)
- Modern, minimalist workspaces
Do Not Include
- Text overlays or watermarks (except ogImage which may have text space)
- Logos or brand names
- Cluttered or messy environments
- Overly dramatic lighting
- Artificial or staged poses
Image Types and Dimensions
| Type |
Purpose |
Aspect Ratio |
Prompt Focus |
hero |
Main page header |
16:9 landscape |
Wide scene, establishing shot |
card |
Feature/listing cards |
4:3 or 1:1 |
Focused detail, single concept |
thumbnail |
Small previews |
1:1 square |
Simple, recognizable |
ogImage |
Social sharing |
1200x630 |
Include "text space for [title]" |
heroMobile |
Mobile hero |
9:16 portrait |
Vertical composition |
Prompt Structure
Each prompt should follow:
[Setting/Environment]. [Main subject and action]. [Key objects/props relevant to topic]. [Lighting and atmosphere]. [Style notes: documentary-style, authentic, professional].
Category-Specific Guidelines
Features
- Focus on the feature in action
- Show the benefit/outcome, not just the tool
- Include relevant equipment
Use Cases
- Show the target user in their natural work environment
- Include profession-specific props
- Capture the workflow improvement
Sources/Integrations
- Show the platform being used
- Screen should show recognizable interface (blurred/generic)
- Focus on the integration workflow
Input Sources
Read page content from:
- Locale/i18n files (e.g.,
messages/en/pages/)
- Content configuration files
- Markdown content files
Output Format
Generate prompts as a JavaScript object:
const CONTEXT_AWARE_PROMPTS = {
landing: {
hero: `[prompt]`,
ogImage: `[prompt]`,
heroMobile: `[prompt]`,
},
features: {
featureName: {
hero: `[prompt]`,
card: `[prompt]`,
thumbnail: `[prompt]`,
ogImage: `[prompt]`,
},
},
};
Model-Specific Tips
For photorealistic results add: photorealistic, 8k, high detail, professional photography
For illustration style add: digital illustration, vector art, flat design, modern graphic style
For cinematic feel add: cinematic lighting, film grain, shallow depth of field, 35mm
Workflow
- Read the content for the page (locale files, content config)
- Extract key context: page title, value proposition, features, target audience
- Generate prompts for each image type
- Validate prompts follow style guide
- Output in the required format
Reference Files
Load these on demand for extended guidance:
| File |
Purpose |
references/visual-style-guide.md |
Brand visual guidelines |
references/image-dimensions.md |
Required image sizes |
Quality Gates
- Scene must be specific and visualizable
- Setting must match target audience
- Props must be relevant to the page topic
- Lighting must be specified
- Style modifier must be included
- No text or logos requested (except ogImage text space)
- Authentic, not stock-photo staged
- Appropriate for image type (wide for hero, focused for card)
- Works across different image generation models
1---2name: creo-image-prompt3description: Generate optimized image prompts for AI image generation models including DALL-E 3, Midjourney, Stable Diffusion XL, Flux, and others. Creates contextually appropriate, visually compelling prompts based on page content and brand style. Trigger keywords: image prompt, AI image, hero image, marketing image, generate prompt, image generation.4---56# Image Prompt Generator78Generate detailed, contextually appropriate image prompts for marketing websites. Creates prompts optimized for multiple AI image generation models that accurately represent page purpose and appeal to target audiences.910## Commands1112| Command | Description |13|---------|-------------|14| `/creo image-prompt hero` | Generate hero image prompts for pages |15| `/creo image-prompt feature` | Generate feature/card image prompts |16| `/creo image-prompt batch` | Generate all image prompts for the site |1718## Core Instructions1920### Configuration21221. Check for project-specific config at `.claude/project-config.md`232. Read `project_id`, `project_name`, visual style settings243. Load project extension if it exists at `.claude/skills/creo-image-prompt/creo-image-prompt-{project_id}.md`. This file contains project-specific visual style, color palette, brand imagery, and image category conventions. `{project_id}` comes from `project-config.md`. Always load it before doing work.254. If no config exists, use defaults or ask user2627### Supported Models2829Prompts should be compatible with:30- DALL-E 3 (OpenAI)31- Midjourney32- Stable Diffusion XL33- Flux34- Ideogram35- Leonardo AI3637Write prompts in a universal style that works across different models.3839### Visual Style Guide4041#### Overall Aesthetic42- Style: Modern, professional, documentary-style photography43- Lighting: Natural lighting, soft shadows, clean look44- Setting: Modern offices, home offices, studios, co-working spaces45- People: Diverse professionals, authentic expressions, engaged in work46- Tech: Modern devices (laptops, tablets, smartphones)47- Colors: Clean whites, soft blues, professional neutrals4849#### Do Include50- Real work scenarios (editing, reviewing, collaborating)51- Professional equipment when relevant52- Screen interfaces showing relevant content (blurred for realism)53- Natural, candid moments (not staged stock photo poses)54- Modern, minimalist workspaces5556#### Do Not Include57- Text overlays or watermarks (except ogImage which may have text space)58- Logos or brand names59- Cluttered or messy environments60- Overly dramatic lighting61- Artificial or staged poses6263### Image Types and Dimensions6465| Type | Purpose | Aspect Ratio | Prompt Focus |66|------|---------|--------------|--------------|67| `hero` | Main page header | 16:9 landscape | Wide scene, establishing shot |68| `card` | Feature/listing cards | 4:3 or 1:1 | Focused detail, single concept |69| `thumbnail` | Small previews | 1:1 square | Simple, recognizable |70| `ogImage` | Social sharing | 1200x630 | Include "text space for [title]" |71| `heroMobile` | Mobile hero | 9:16 portrait | Vertical composition |7273### Prompt Structure7475Each prompt should follow:76```77[Setting/Environment]. [Main subject and action]. [Key objects/props relevant to topic]. [Lighting and atmosphere]. [Style notes: documentary-style, authentic, professional].78```7980### Category-Specific Guidelines8182#### Features83- Focus on the feature in action84- Show the benefit/outcome, not just the tool85- Include relevant equipment8687#### Use Cases88- Show the target user in their natural work environment89- Include profession-specific props90- Capture the workflow improvement9192#### Sources/Integrations93- Show the platform being used94- Screen should show recognizable interface (blurred/generic)95- Focus on the integration workflow9697### Input Sources9899Read page content from:100- Locale/i18n files (e.g., `messages/en/pages/`)101- Content configuration files102- Markdown content files103104### Output Format105106Generate prompts as a JavaScript object:107108```javascript109const CONTEXT_AWARE_PROMPTS = {110 landing: {111 hero: `[prompt]`,112 ogImage: `[prompt]`,113 heroMobile: `[prompt]`,114 },115 features: {116 featureName: {117 hero: `[prompt]`,118 card: `[prompt]`,119 thumbnail: `[prompt]`,120 ogImage: `[prompt]`,121 },122 },123};124```125126### Model-Specific Tips127128For photorealistic results add: `photorealistic, 8k, high detail, professional photography`129130For illustration style add: `digital illustration, vector art, flat design, modern graphic style`131132For cinematic feel add: `cinematic lighting, film grain, shallow depth of field, 35mm`133134### Workflow1351361. Read the content for the page (locale files, content config)1372. Extract key context: page title, value proposition, features, target audience1383. Generate prompts for each image type1394. Validate prompts follow style guide1405. Output in the required format141142## Reference Files143144Load these on demand for extended guidance:145146| File | Purpose |147|------|---------|148| `references/visual-style-guide.md` | Brand visual guidelines |149| `references/image-dimensions.md` | Required image sizes |150151## Quality Gates152153- Scene must be specific and visualizable154- Setting must match target audience155- Props must be relevant to the page topic156- Lighting must be specified157- Style modifier must be included158- No text or logos requested (except ogImage text space)159- Authentic, not stock-photo staged160- Appropriate for image type (wide for hero, focused for card)161- Works across different image generation models