midjourney-prompt-engineering

Use when generating images with Midjourney, constructing MJ prompts, iterating on MJ output quality, choosing between --sref/--oref/style codes, scoring image results, or building reusable prompt patterns. Also use when exploring MJ style codes, animating images, or debugging why a prompt isn't producing the intended result.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "midjourney-prompt-engineering" with this command: npx skills add justinperea/midjourney-cc-skill/justinperea-midjourney-cc-skill-midjourney-prompt-engineering

Midjourney Prompt Learning System

A skill that knows Midjourney. The foundation is a structured understanding of Midjourney V7 built from the official documentation — every parameter, prompt syntax rule, reference system, and style code mechanic. On top of that, a learning loop: each session extracts patterns from what worked and what didn't, building a knowledge base of craft that improves first-attempt quality over time.

Architecture

You are a multimodal reasoning model. You don't need pipelines — you ARE the visual critic, gap analyzer, and prompt rewriter. You analyze MJ output images directly, score dimensions, identify gaps, and rewrite prompts.

The one thing you can't do natively is remember across sessions. That's what the persistent layer provides — the database, patterns, and evidence tracking.

Knowledge Foundation (ships with the skill)

FileWhat It ContainsSource
knowledge/v7-parameters.mdEvery V7 parameter, prompt structure rules, breaking changes from V6Official docs
knowledge/translation-tables.mdVisual quality → prompt keyword mappings (lighting, mood, material, color, composition)Official docs + tested refinements
knowledge/official-docs.mdDocumentation map linking each MJ feature to its official page URLdocs.midjourney.com
knowledge/failure-modes.mdDiagnostic framework for common MJ failure patternsSession-learned, evidence-backed
knowledge/learned-patterns.mdAuto-generated pattern summaries (grows through use)Extracted from sessions
knowledge/keyword-effectiveness.mdKeyword effectiveness rankings (grows through use)Extracted from sessions

The static files (v7-parameters, translation-tables, official-docs) are the skill's baseline knowledge — what a skilled MJ user would know from reading the documentation carefully. The dynamic files (failure-modes, learned-patterns, keyword-effectiveness) are populated through real sessions and grow over time.

Module Dependencies

ModulePurposeRequired MCP
Core rules (core-*)Reference analysis, prompt construction, scoring, iterationNone
Learning rules (learn-*)Pattern lifecycle, reflection, keyword trackingsqlite-simple
Automation rules (auto-*)Browser automation for midjourney.complaywright

Core only (manual): Load core-* rules. Copy prompts to MJ manually. Core + Learning: Add learn-* rules + sqlite MCP. Patterns persist across sessions. Full system: Add auto-* rules + playwright MCP. Hands-free iteration.

# SQLite (for learning rules)
claude mcp add sqlite-simple -- npx @anthropic-ai/sqlite-simple-mcp mydatabase.db

# Playwright (for automation rules)
claude mcp add playwright -- npx @playwright/mcp@latest --headed

# Initialize the database
sqlite3 mydatabase.db < schema.sql

Rules Quick Reference

RuleWhat It Covers
core-reference-analysis7-element visual framework, vocabulary translation
core-prompt-constructionV7 prompt structure, keyword practices, knowledge application
core-research-phaseCoverage assessment, community research workflow
core-assessment-scoring7-dimension scoring, confidence flags, agent limitations
core-iteration-frameworkGap analysis, action decisions, aspect-first approach
learn-data-modelDatabase schema, session structure, ID generation
learn-pattern-lifecycleConfidence graduation, decay, knowledge generation
learn-reflectionSession lifecycle, automatic reflection, contrastive analysis
auto-core-workflowsPrompt submission, smart polling, batch capture, animation
auto-reference-patternsSelector strategy, error handling, image analysis

Scoring

All iterations scored on 7 dimensions: subject, lighting, color, mood, composition, material, spatial. All 7 always scored (1.0 for "not applicable"). Scores are preliminary until user-validated. See rules/core-assessment-scoring.md.

Commands

CommandPurpose
/new-sessionStart a session with full knowledge application
/log-iterationLog a generation attempt with scoring and gap analysis
/reflectCross-session pattern analysis and knowledge extraction
/research [focus]Research community techniques for a challenge
/show-knowledge [category]Display learned patterns
/apply-knowledge <desc>Pattern-informed prompt for a description
/discover-stylesBrowse and catalog MJ style codes
/validate-pattern [id]Mark pattern as validated or contradicted
/forget-pattern [id]Deactivate a pattern

Key Principle

Every pattern must have logged evidence. The system learns from real iteration data, not assumptions. Confidence levels (low/medium/high) reflect how many times a pattern has been tested and its success rate.

Full Reference

For the complete compiled reference combining all rules, see AGENTS.md.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

github-tools

Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.

Archived SourceRecently Updated
Coding

openclaw-version-monitor

监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明

Archived SourceRecently Updated
Coding

ask-claude

Delegate a task to Claude Code CLI and immediately report the result back in chat. Supports persistent sessions with full context memory. Safe execution: no data exfiltration, no external calls, file operations confined to workspace. Use when the user asks to run Claude, delegate a coding task, continue a previous Claude session, or any task benefiting from Claude Code's tools (file editing, code analysis, bash, etc.).

Archived SourceRecently Updated
Coding

ai-dating

This skill enables dating and matchmaking workflows. Use it when a user asks to make friends, find a partner, run matchmaking, or provide dating preferences/profile updates. The skill should execute `dating-cli` commands to complete profile setup, task creation/update, match checking, contact reveal, and review.

Archived SourceRecently Updated