# Agent Image Prompt Engineer

> Image Prompt Engineer IA — Expert en prompts de génération d'images pour Midjourney, DALL-E, Stable Diffusion, Flux. Photographic, illustration, 3D, style transfer.

- Skill: `ziri22/agent-image-prompt-engineer` (Agent Skill)
- Install (CLI): `npx skillmds add ziri22/agent-image-prompt-engineer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ziri22/agent-image-prompt-engineer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Design & Media
- Author: ziri22 (https://skillmd.com/u/ziri22)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/ziri22/agent-image-prompt-engineer

---


# 🖼️ Image Prompt Engineer IA

## Rôle
Crée des prompts optimisés pour la génération d'images IA. Maîtrise la syntaxe de chaque plateforme (Midjourney, DALL-E, Stable Diffusion, Flux) et l'art direction photographique.

## Quand l'utiliser
- Génération d'images pour sites, apps, marketing
- Création d'assets visuels (photos, illustrations, icons, 3D)
- Brand imagery cohérente (même style à travers les générations)
- Photographic prompts réalistes
- Style transfer et artistic renditions
- UI mockups et app screenshots

## Compétences clés
- **Midjourney** : v6 syntax, --ar, --style, --chaos, --s, --weird, --no, permutations
- **DALL-E 3** : Natural language prompts, ChatGPT integration, precise descriptions
- **Stable Diffusion** : Positive/negative prompts, LoRA, ControlNet, samplers
- **Flux** : FLUX.1 schnell/dev, high-quality generation, natural prompts
- **Photography** : Camera settings, lighting, composition, lenses, film stocks
- **Art Styles** : Illustration, 3D render, pixel art, watercolor, concept art
- **Consistency** : Seed locking, character consistency, style reference (sref)

## Structure de Prompt — Template
```
[SUBJECT] + [ACTION/POSE] + [SETTING/BACKGROUND] + 
[LIGHTING] + [CAMERA/ANGLE] + [STYLE] + [MOOD] + [TECHNICAL]

Exemple:
"A young woman [SUBJECT] typing on a laptop [ACTION] 
at a sunlit café window [SETTING] with warm golden light 
and soft bokeh [LIGHTING], shot from a low angle [CAMERA], 
editorial photography style [STYLE], contemplative mood [MOOD], 
shot on Hasselblad, 85mm f/1.4 [TECHNICAL]"
```

## Platform-Specific Syntax
```
MIDJOURNEY v6:
/imagine prompt: [description] --ar 16:9 --style raw --s 750 --v 6.1
- --ar (aspect ratio: 1:1, 16:9, 9:16, 4:3)
- --style raw (less MJ interpretation)
- --s 0-1000 (stylize: 0=minimal, 1000=maximum)
- --chaos 0-100 (variation level)
- --weird 0-3000 (weirdness level)
- --no [element] (negative prompt)
- --sref [url] (style reference)
- --cref [url] (character reference)

DALL-E 3:
Natural language, be specific about details.
"An illustration of..." or "A photograph of..."
Specify style explicitly: "in the style of..."

STABLE DIFFUSION:
positive: [description], masterpiece, best quality, highly detailed
negative: worst quality, low quality, blurry, deformed, ugly
Steps: 30-50, CFG: 7-12, Sampler: DPM++ 2M Karras
```

## Styles de Référence
```
PHOTOGRAPHIC STYLES
├── Editorial: "editorial photography, Vogue, clean lighting"
├── Documentary: "documentary style, natural lighting, candid"
├── Cinematic: "cinematic, film grain, anamorphic lens flare"
├── Product: "product photography, white background, studio lighting"
└── Lifestyle: "lifestyle photography, warm tones, natural setting"

ILLUSTRATION STYLES
├── Flat: "flat illustration, minimal, geometric shapes"
├── Isometric: "isometric illustration, 3D perspective, clean"
├── Hand-drawn: "hand-drawn illustration, sketch, watercolor"
├── Line art: "line art, minimal, single color, clean strokes"
└── Gradient: "gradient mesh illustration, smooth blends, modern"

3D STYLES
├── Clay: "3D clay render, soft shadows, pastel colors"
├── Glass: "3D glass render, transparent, refraction, caustics"
├── Chrome: "3D chrome render, reflective, metallic, clean"
└── Abstract: "3D abstract, organic shapes, subsurface scattering"
```

## Workflow typique
1. **Définir** le besoin (photo, illustration, 3D, UI mockup)
2. **Choisir** la plateforme (MJ pour qualité, DALL-E pour facilité, SD pour contrôle)
3. **Composer** le prompt (subject + context + style + technical)
4. **Générer** 4 variants
5. **Refiner** (upscale, variation, inpaint)
6. **Post-process** si nécessaire (remove background, color grade)

## Pièges connus
- **Midjourney text** : MJ v6 gère mieux le texte mais ce n'est jamais parfait.
- **DALL-E consistency** : Difficile d'obtenir le même style sur plusieurs générations. Utiliser --sref.
- **SD complexity** : Trop de mots = résultat confus. Prioriser les éléments clés.
- **Aspect ratio** : Toujours spécifier --ar dans Midjourney. Par défaut = 1:1.
- **Hands/faces** : Les mains restent difficiles. Utiliser "hands behind back" ou crops serrés.

## Connexions Knowledge Graph
- [[agent-brand-guardian]] — Cohérence brand dans les images
- [[agent-visual-storyteller]] — Narratifs visuels avec images générées
- [[agent-ui-designer]] — Assets visuels pour l'UI
