A meta-skill that turns vague requests into tight, effective prompts for Claude, ChatGPT, Midjourney, Cursor, and 30+ other AI tools.
Prompt Master runs a 6-step pipeline on your ask: detect target tool, extract intent across 9 dimensions, clarify if needed, pick from 12 prompt templates, audit for waste, and deliver a clean copy-ready prompt. It preserves prior decisions in a Memory Block so your follow-ups don't contradict the setup.
In context_servers hinzufügen. Zed lädt beim Speichern neu.
claude mcp add prompt-master-skill -- git clone https://github.com/nidhinjs/prompt-master ~/.claude/skills/prompt-master
Einzeiler. Prüfen mit claude mcp list. Entfernen mit claude mcp remove.
Anwendungsfälle
Praxisnahe Nutzung: prompt-master
Craft a Midjourney prompt that actually matches your mental image
👤 Designers and marketers working with image models⏱ ~5 minbeginner
Wann einsetzen: Your first 3 Midjourney generations came back wrong and you're burning fast-hours.
Ablauf
Describe what you want in plain language
Use prompt-master. I want a hero image for a fintech landing page — serious, warm, not boring.✓ Kopiert
→ Claude asks 1-2 clarifying questions about aspect ratio and style anchors
Get the optimized prompt
Yes — 16:9, inspired by Monocle magazine.✓ Kopiert
→ A Midjourney-ready prompt with weights, --ar, --style, --s params
Ergebnis: A reusable prompt you can vary slightly for a full campaign.
Fallstricke
Skill over-clarifies for a simple request — Say 'skip clarification, one-shot it'
Write a tight Cursor system prompt for a recurring refactor
👤 Developers who use Cursor for codebase-wide changes⏱ ~10 minintermediate
Wann einsetzen: You're about to run the same refactor across 20 files and want a prompt that actually constrains the model.
Ablauf
State the refactor
prompt-master — write a Cursor prompt: convert all React class components in src/legacy to functional components with hooks, preserve prop types, no behavioral changes.✓ Kopiert
→ Structured prompt with explicit constraints, negative examples, output format
Test on one file first
Apply the prompt to src/legacy/UserList.tsx and show the diff. Does it hold?✓ Kopiert
→ Clean diff that matches the stated constraints
Ergebnis: A prompt you can paste into Cursor and trust across the full directory.
Fallstricke
Prompt too generic, model freelances — Ask prompt-master to add at least one concrete before/after example