ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/371166758-qq/midjourney-prompt-architect
Or

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. Turner
  • Studio Ghibli animation cel
  • macro photograph, focus stacking
  • Brutalist architecture, concrete, raw textures
  • ukiyo-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

  1. Write initial prompt from the architecture above
  2. Evaluate against common failure modes (see below)
  3. Add Midjourney-specific parameters
  4. Provide 3-4 variations with different creative directions
  5. 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

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-371166758-qq-midjourney-prompt-architect": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.