Skills Midjourney Prompt Architect
Generate detailed, creative, and optimized prompts for Midjourney and other AI image generation tools (Stable Diffusion, DALL-E, Flux). Covers style specification, composition, lighting, camera parameters, and negative prompting. Use when creating image generation prompts, refining visual concepts, or building prompt templates for batch generation.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/371166758-qq/midjourney-prompt-architect" ~/.claude/skills/clawdbot-skills-midjourney-prompt-architect && rm -rf "$T"
manifest:
skills/371166758-qq/midjourney-prompt-architect/SKILL.mdsource content
Midjourney Prompt Architect
Generate production-quality prompts for AI image generation tools.
Prompt Architecture
Structure (in order)
[Subject] + [Action/Pose] + [Setting/Environment] + [Style] + [Lighting] + [Camera/Composition] + [Color Palette] + [Technical Parameters] + [Negative Prompt]
Component Details
Subject & Action
- Be specific: "a lone astronaut floating" not "a person in space"
- Include age, clothing, expression when relevant
- Use participial phrases for dynamic poses: "reaching toward a glowing orb"
Setting & Environment
- Time of day, weather, season
- Specific location details: "abandoned cathedral with stained glass"
- Atmospheric elements: "mist curling between pillars"
Style
Reference established art movements, artists, or media:
oil painting in the style of J.M.W. TurnerStudio Ghibli animation celmacro photograph, focus stackingBrutalist architecture, concrete, raw texturesukiyo-e woodblock print, Hokusai
Lighting (critical for quality)
golden hour, volumetric light, rim lighting bioluminescent glow, neon reflections on wet pavement chiaroscuro, Rembrandt lighting studio lighting, softbox, three-point setup harsh midday sun, deep shadows
Camera & Composition
35mm lens, f/1.4, shallow depth of field drone shot, 200m altitude, bird's eye view Dutch angle, low angle looking up wide-angle distortion, fisheye tilt-shift miniature effect
Color Palette
monochromatic blue, desaturated complementary orange and teal muted earth tones, ochre and sage high contrast, saturated primaries pastel, soft pinks and lavenders
Midjourney Parameters
--ar 16:9 # aspect ratio --s 750 # stylize (0-1000) --c 50 # chaos (0-100) --q 2 # quality --v 6.1 # model version --no text, watermark # negative prompt --tile # seamless tile --iw 2.0 # image weight (for image refs)
Workflow
1. Understand the Vision
Ask clarifying questions if the request is vague:
- What mood or emotion?
- Any reference images or artists?
- Realistic, stylized, or abstract?
- Intended use (print, social, web, concept art)?
2. Draft → Refine → Test Cycle
- Write initial prompt from the architecture above
- Evaluate against common failure modes (see below)
- Add Midjourney-specific parameters
- Provide 3-4 variations with different creative directions
- Suggest negative prompts to avoid common artifacts
3. Batch Generation Template
For repeated themes, create a parameterized template:
[SUBJECT] in [STYLE], [SETTING], [LIGHTING], [CAMERA], --ar [RATIO] --s [STYLE_VAL] --v 6.1 --no [NEGATIVES]
Common Failure Modes & Fixes
| Problem | Fix |
|---|---|
| Text appears in image | Add |
| Faces look distorted | Reduce , add |
| Multiple subjects merge | Specify |
| Too busy/cluttered | Reduce subject count, add |
| Looks like AI art | Reference specific artist/medium, avoid |
| Inconsistent style across batch | Fix seed with , keep parameters identical |
| Watermarks | Add |
Prompt Examples
Cinematic Portrait
A weathered fisherman standing on a wooden pier at dawn, face illuminated by warm golden light, salt-crusted beard, holding a hand-woven net, calm sea reflecting orange sky, shot on Hasselblad 500C, 80mm lens, f/2.8, shallow depth of field, Kodak Portra 400 film emulation --ar 4:5 --s 800 --v 6.1
Architectural Concept
Futuristic brutalist library built into a cliffside, cantilevered concrete shelves overflowing with books, floor-to-ceiling glass overlooking a fjord, moss growing between cracks, dappled light filtering through geometric skylights, architectural photography, wide-angle lens, blue hour lighting --ar 21:9 --s 600 --v 6.1 --no people, cars, modern signage
Fantasy Illustration
A tiny fox spirit with iridescent fur sitting on a crescent moon, reading a scroll that unfolds into a river of stars, surrounded by floating lanterns, Japanese ink painting meets Art Nouveau, gold leaf accents on deep indigo background --ar 1:1 --s 900 --c 30 --v 6.1
Style Quick Reference
| Want This | Use This |
|---|---|
| Photorealistic | |
| Oil painting | |
| Watercolor | |
| 3D render | |
| Pencil sketch | |
| Pixel art | |
| Anime | |
Cross-Tool Compatibility
These prompts work with minor adjustments:
- Stable Diffusion: Remove
parameters, add to negative prompt box-- - DALL-E 3: Use natural language, drop camera specs
- Flux: Keep descriptive, reduce technical jargon