midjourney-prompts

📁 manuelvillarvieites/n8n-and-claude 📅 1 day ago
0
总安装量
1
周安装量
安装命令
npx skills add https://github.com/manuelvillarvieites/n8n-and-claude --skill midjourney-prompts

Agent 安装分布

amp 1
cline 1
opencode 1
cursor 1
continue 1
kimi-cli 1

Skill 文档

Midjourney Prompts

Generate MJ V7 prompts for all images in a page.

Workflow

  1. Read page file and components to identify sections with images
  2. Read docs/styleguide.md for brand style keywords (if exists)
  3. For each image slot:
    • Extract aspect ratio from CSS classes
    • Generate prompt with brand style
    • Suggest SEO-friendly filename

Aspect Ratio Reference

Section Type CSS Classes Ratio
Hero background h-svh, h-[620px] 21:9 or 16:9
Project thumbnails h-[50vh] 16:9
Testimonial avatars h-[288px], h-[328px] 1:1 or 3:4
Feature images max-h-[420px] 4:3
CTA backgrounds h-[620px] 21:9
Process images h-90 4:3

Prompt Formula

See references/prompt-formula.md for MJ V7 structure. See references/examples.md for 11 reference prompts.

Human Guidelines

  • Default: No humans – use objects, environments, abstract concepts
  • If humans needed: Silhouettes, backs, backlit figures (no faces)
  • Representing owner: Never show face directly

Output Format

For each image in the page:

### [Number]. [Section Name]
- **Section:** [component name]
- **Purpose:** [what the image shows]
- **Aspect Ratio:** [ratio] (--ar X:Y)
- **Suggested Filename:** [seo-friendly-name].webp
- **Prompt:**
[ready-to-copy MJ V7 prompt with flags]

Save the output in docs/midjourney-prompts/[page-name]-prompts.md.