Image Generation Skill
Use this skill when creating AI-generated images, writing image prompts, or helping users visualize concepts through images.
When to Use
- User requests image generation
- Creating illustrations for content
- Visualizing concepts or ideas
- Generating diagrams or infographics
- Creating marketing visuals
Image Generation Process
1. Understand the Request
- What does the user want to visualize?
- What style/format is needed?
- Any specific elements to include?
- What's the purpose (blog, social, presentation)?
2. Prompt Development
Structure a good prompt:
[Subject] + [Setting/Context] + [Style] + [Technical details]
Example:
"A modern office workspace with natural lighting, minimalist design,
photorealistic, 4k, professional photography"
Style options:
- Photorealistic
- Illustration/Cartoon
- Abstract
- Artistic (Van Gogh, watercolor, etc.)
- Technical diagram
- 3D render
Technical modifiers:
- Resolution: 4k, 8k, ultra HD
- Lighting: natural, dramatic, soft
- Camera angle: overhead, wide angle, macro
- Color palette: vibrant, muted, monochrome
3. Generation
- Use appropriate image model (DALL-E, etc.)
- Generate multiple variations if helpful
- Select best result
4. Post-Processing (if needed)
- Note any editing suggestions
- Suggest improvements for next iteration
Best Practices
- Be specific about subjects and settings
- Include style keywords
- Mention technical quality
- Consider composition and framing
- Add lighting and atmosphere descriptions
- Avoid overly complex prompts
- Test variations
Common Use Cases
| Use Case |
Prompt Tips |
| Blog header |
Include "blog style", "horizontal" |
| Social media |
Square/vertical, "engaging" |
| Product image |
"Clean background", "professional" |
| Illustration |
"Vector art", "flat design" |
| Concept art |
"Detailed", "concept art style" |
Limitations
- Know what AI can/cannot generate
- Copyright considerations
- Text rendering limitations
- Fine details may be lost
- Human features sometimes challenging
1---2name: image-generation3description: AI image generation using DALL-E, understanding prompt engineering, and creating effective image prompts4---56# Image Generation Skill78Use this skill when creating AI-generated images, writing image prompts, or helping users visualize concepts through images.910## When to Use1112- User requests image generation13- Creating illustrations for content14- Visualizing concepts or ideas15- Generating diagrams or infographics16- Creating marketing visuals1718## Image Generation Process1920### 1. Understand the Request2122- What does the user want to visualize?23- What style/format is needed?24- Any specific elements to include?25- What's the purpose (blog, social, presentation)?2627### 2. Prompt Development2829**Structure a good prompt:**3031```32[Subject] + [Setting/Context] + [Style] + [Technical details]3334Example:35"A modern office workspace with natural lighting, minimalist design,36photorealistic, 4k, professional photography"37```3839**Style options:**40- Photorealistic41- Illustration/Cartoon42- Abstract43- Artistic (Van Gogh, watercolor, etc.)44- Technical diagram45- 3D render4647**Technical modifiers:**48- Resolution: 4k, 8k, ultra HD49- Lighting: natural, dramatic, soft50- Camera angle: overhead, wide angle, macro51- Color palette: vibrant, muted, monochrome5253### 3. Generation5455- Use appropriate image model (DALL-E, etc.)56- Generate multiple variations if helpful57- Select best result5859### 4. Post-Processing (if needed)6061- Note any editing suggestions62- Suggest improvements for next iteration6364## Best Practices6566- Be specific about subjects and settings67- Include style keywords68- Mention technical quality69- Consider composition and framing70- Add lighting and atmosphere descriptions71- Avoid overly complex prompts72- Test variations7374## Common Use Cases7576| Use Case | Prompt Tips |77|----------|-------------|78| Blog header | Include "blog style", "horizontal" |79| Social media | Square/vertical, "engaging" |80| Product image | "Clean background", "professional" |81| Illustration | "Vector art", "flat design" |82| Concept art | "Detailed", "concept art style" |8384## Limitations8586- Know what AI can/cannot generate87- Copyright considerations88- Text rendering limitations89- Fine details may be lost90- Human features sometimes challenging