AgentSkillsCN

image-generator

为内容创作与管理视觉资产。为 DALL-E、Midjourney 与 Stable Diffusion 生成 AI 图像提示,明确图像需求,把控品牌一致性,并针对不同平台进行优化。涵盖精选图片、社交媒体图形、广告创意与缩略图等多种视觉素材。当您的内容需要视觉资产时,可运用此技能。

SKILL.md
--- frontmatter
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

code
Input: Content (Artikel, Social Post, Ad Copy)
Output: AI-Prompts + Bild-Specs für alle benötigten Formate

Workflow

  1. Content analysieren → Kernthema, Emotionen, Key Visuals identifizieren
  2. Formate bestimmen → Welche Plattformen? (siehe PLATFORM_IMAGE_SPECS.md)
  3. Brand-Konsistenz → Farben, Style aus BRAND_VISUAL_GUIDELINES.md
  4. Prompts erstellen → Templates aus AI_PROMPT_PATTERNS.md
  5. Output formatieren → JSON mit allen Bild-Specs

Output Format

json
{
  "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

TypVerwendungSpecs
Featured ImageBlog, WordPresstemplates/featured-image.md
Social GraphicLinkedIn, FB, etc.templates/social-graphic.md
Ad CreativePaid Adstemplates/ad-creative.md
ThumbnailYouTube, Pinteresttemplates/thumbnail.md
Carousel SlidesIG, LinkedIntemplates/carousel.md
InfographicLinkbait, Educationaltemplates/infographic.md

Platform-Specific Dimensions

Quick Reference (Details in PLATFORM_IMAGE_SPECS.md):

PlatformFormatDimensions
WordPressFeatured1200x628
LinkedInPost1200x627
LinkedInCarousel1080x1080
InstagramFeed1080x1080
InstagramStory/Reel1080x1920
FacebookPost1200x630
TikTokVideo1080x1920
PinterestPin1000x1500
Google DisplayLeaderboard728x90
Google DisplayRectangle300x250

AI-Tool Empfehlung

Use CaseEmpfohlenes Tool
Fotorealistische MenschenMidjourney v6
Abstrakte KonzepteDALL-E 3
Schnelle IterationStable Diffusion
Text auf BildIdeogram / Canva
Konsistenter StyleMidjourney (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