This transforms basic image requests into detailed, Midjourney-quality prompts optimized for FLUX 1.1 Pro on Replicate. It includes a five-layer prompt structure, genre-specific templates for portraits, landscapes, products, and more, plus FLUX-specific optimizations since that model is more literal than Midjourney. You get reference guides with vocabulary lists, lighting terms, and sixteen before/after examples. It integrates directly with the Replicate MCP server to generate images. Worth using if you're tired of flat AI images and want cinematic, editorial-quality results without manually learning prompt engineering. The documentation is thorough enough that you can actually understand why certain terms work better than others.
npx -y skills add rawveg/skillsforge-marketplace --skill midjourney-replicate-flux --agent claude-codeInstalls into .claude/skills of the current project.
Generate professional, Midjourney-quality image prompts optimized for the black-forest-labs/flux-1.1-pro model on Replicate.
Transform basic user image requests into rich, detailed prompts that produce Midjourney-quality results using the FLUX 1.1 Pro model. This skill provides:
Use this skill when:
Trigger phrases: "generate an image", "create a photo of", "Midjourney style", "cinematic image", "professional photography", "make me a picture of", "FLUX image generation"
Clarify what the user wants to create. Ask targeted questions if the request is too vague:
Keep questions focused and avoid overwhelming the user with too many at once.
Based on the genre, consult references/midjourney-style-guide.md for the relevant prompt pattern:
Each pattern provides a structured template for building prompts in that genre.
Construct the prompt following the 5-layer structure from references/midjourney-style-guide.md:
Layer 1: Main Subject & Core Composition (Required)
[Subject] [action/pose/position], [composition placement]
Layer 2: Visual Style & Aesthetic (Required)
[art style/movement], [mood descriptor], [color treatment]
Layer 3: Lighting & Environment (Highly Recommended)
[lighting type], [time of day], [weather/atmosphere]
Layer 4: Technical Details & Quality Enhancers (Recommended)
[camera/lens specs], [depth of field], [quality terms]
Layer 5: Artistic References & Influences (Optional)
[artist name], [art movement], [cultural reference]
Enhance the prompt for FLUX 1.1 Pro by consulting references/flux-model-optimization.md:
Add explicit artistic treatment: FLUX is more literal than Midjourney, so specify "cinematic", "editorial", "artistic photography"
Define color grading clearly: Don't rely on automatic enhancement; specify exact color treatment
Request composition explicitly: State framing, perspective, and compositional techniques
Include professional quality markers: "professional photography", "award-winning", "expert color grading"
Use technical photography anchors: Camera, lens, aperture specifications ground the image in photographic reality
Check the enhanced prompt against the quality checklist from references/midjourney-style-guide.md:
Use the installed Replicate MCP server to generate the image. Call the mcp__replicate__create_predictions tool with these parameters:
{
"version": "black-forest-labs/flux-1.1-pro",
"input": {
"prompt": "[Your enhanced Midjourney-style prompt here]",
"aspect_ratio": "16:9",
"output_format": "png"
}
}
Default configuration for Midjourney-style outputs:
"16:9" (widescreen, cinematic format)"png" (highest quality, lossless)Alternative aspect ratios (from references/flux-model-optimization.md):
"1:1" - Square (social media, portraits)"2:3" or "4:5" - Portrait orientation"3:2" - Classic photo ratio"21:9" - Ultra-widescreen (panoramic)The MCP server will return a prediction object. Monitor the prediction status and provide the user with the output image URL when generation completes.
If the user requests multiple options or variations, provide 2-3 alternative prompts that emphasize different aspects:
Each variation should maintain the core subject while exploring different artistic directions.
The skill includes three comprehensive reference files that should be consulted during prompt creation:
references/midjourney-style-guide.mdWhen to load: Always consult when building any Midjourney-style prompt
Contains:
Search patterns (use for quick access to specific sections):
references/flux-model-optimization.mdWhen to load: Consult when optimizing prompts for FLUX or troubleshooting results
Contains:
Search patterns:
references/prompt-examples.mdWhen to load: When learning prompt transformation or seeking inspiration
Contains:
Search patterns:
User: "Create an image of a woman in a garden"
Process:
references/midjourney-style-guide.md for portrait patternreferences/flux-model-optimization.md:
Enhanced Prompt: "Woman in flowing dress standing among blooming roses, garden setting, editorial portrait photography, golden hour sunlight filtering through trees, warm and romantic atmosphere, shot on Canon R5 85mm f/1.4, shallow depth of field with soft bokeh background, warm color grading with rich earth tones, cinematic composition, highly detailed, professional photography"
User: "Generate a photo of a vintage car on a coastal road"
Process:
references/prompt-examples.mdEnhanced Prompt: "1960s vintage convertible parked on coastal highway overlook, sunset ocean view in background, automotive editorial photography, golden hour side lighting, warm nostalgic color grading with slight film grain, shot on Canon R5 50mm f/1.4, shallow depth of field isolating car, emphasize chrome details and period-correct paint, sense of freedom and nostalgia, highly detailed, professional automotive photography"
User: "Create a cityscape image, give me a few options"
Process:
references/midjourney-style-guide.md for urban photography vocabularyVariation 1 - Blue Hour: "Modern city skyline at blue hour twilight, glowing office building windows, cinematic urban photography, dramatic perspective from elevated viewpoint, shot on Sony A7R IV 24mm, deep focus, cool color grading with blue and purple tones, atmospheric haze, highly detailed, 8k resolution"
Variation 2 - Golden Hour: "Urban cityscape bathed in golden hour sunlight, warm light on building facades, cinematic architectural photography, wide angle establishing shot, shot on Canon R5 24-70mm, rich color saturation with warm orange tones, long shadows creating depth, highly detailed, professional photography"
Variation 3 - Night Scene: "City lights at night with light trails from traffic, vibrant urban photography, long exposure creating motion blur, shot on Sony A7R IV 35mm, dynamic composition, neon colors and warm street lights, atmospheric and energetic, highly detailed, 8k resolution"
CRITICAL: The Replicate MCP server is already installed and provides all necessary API integration. Do NOT create Python scripts, Node.js code, or any other custom code for API calls. Always use the mcp__replicate__create_predictions tool directly.
Always aim for 40-75 words:
If a prompt exceeds 75 words, consolidate by removing redundant quality terms while maintaining core elements.
Better to have one excellent, well-crafted prompt than multiple mediocre ones. Take time to thoughtfully layer the elements.
Replace vague terms with specific descriptions:
The references/prompt-examples.md file contains 16 complete transformations. Study these to understand the enhancement process and internalize the patterns.
Use artistic references when appropriate, but ensure they're relevant:
Don't force references if they don't fit the request naturally.
Remember that FLUX 1.1 Pro differs from Midjourney:
Always compensate by adding clear artistic direction in the prompt.
A successful Midjourney-style prompt for FLUX 1.1 Pro should:
When these criteria are met, the resulting images should exhibit:
davila7/claude-code-templates
orchestra-research/ai-research-skills
agentspace-so/runcomfy-agent-skills
inferen-sh/skills