← Back to list

image-generator
by strategiert
⭐ 0🍴 0📅 Jan 21, 2026
SKILL.md
name: image-generator description: Creates and manages visual assets for content. Generates AI image prompts for DALL-E, Midjourney, and Stable Diffusion. Specifies image requirements, handles brand consistency, and optimizes for different platforms. Includes featured images, social graphics, ad creatives, and thumbnails. Use when content needs visual assets.
Image Generator
Erstellt visuelle Assets für alle Content-Typen und Plattformen.
Quick Start
Input: Content (Artikel, Social Post, Ad Copy)
Output: AI-Prompts + Bild-Specs für alle benötigten Formate
Workflow
- Content analysieren → Kernthema, Emotionen, Key Visuals identifizieren
- Formate bestimmen → Welche Plattformen? (siehe PLATFORM_IMAGE_SPECS.md)
- Brand-Konsistenz → Farben, Style aus BRAND_VISUAL_GUIDELINES.md
- Prompts erstellen → Templates aus AI_PROMPT_PATTERNS.md
- Output formatieren → JSON mit allen Bild-Specs
Output Format
{
"content_id": "uuid",
"images": [
{
"type": "featured_image",
"platform": "wordpress",
"dimensions": { "width": 1200, "height": 628 },
"aspect_ratio": "1.91:1",
"ai_prompt": {
"dalle": "Prompt für DALL-E...",
"midjourney": "Prompt für Midjourney...",
"stable_diffusion": "Prompt für SD..."
},
"style_notes": "Markenfarben, keine Text-Overlays",
"alt_text": "SEO-optimierter Alt-Text",
"filename": "artikel-titel-featured.jpg"
}
]
}
Bild-Typen
| Typ | Verwendung | Specs |
|---|---|---|
| Featured Image | Blog, WordPress | templates/featured-image.md |
| Social Graphic | LinkedIn, FB, etc. | templates/social-graphic.md |
| Ad Creative | Paid Ads | templates/ad-creative.md |
| Thumbnail | YouTube, Pinterest | templates/thumbnail.md |
| Carousel Slides | IG, LinkedIn | templates/carousel.md |
| Infographic | Linkbait, Educational | templates/infographic.md |
Platform-Specific Dimensions
Quick Reference (Details in PLATFORM_IMAGE_SPECS.md):
| Platform | Format | Dimensions |
|---|---|---|
| WordPress | Featured | 1200x628 |
| Post | 1200x627 | |
| Carousel | 1080x1080 | |
| Feed | 1080x1080 | |
| Story/Reel | 1080x1920 | |
| Post | 1200x630 | |
| TikTok | Video | 1080x1920 |
| Pin | 1000x1500 | |
| Google Display | Leaderboard | 728x90 |
| Google Display | Rectangle | 300x250 |
AI-Tool Empfehlung
| Use Case | Empfohlenes Tool |
|---|---|
| Fotorealistische Menschen | Midjourney v6 |
| Abstrakte Konzepte | DALL-E 3 |
| Schnelle Iteration | Stable Diffusion |
| Text auf Bild | Ideogram / Canva |
| Konsistenter Style | Midjourney (Style Reference) |
Brand Integration
Alle Bilder müssen Brand Guidelines folgen:
- Primärfarbe: #003366 (Dark Blue)
- Akzentfarbe: #ff6600 (Orange)
- Style: Professionell, modern, zugänglich
Details: BRAND_VISUAL_GUIDELINES.md
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon