/ Каталог / Песочница / prompt-master
● Сообщество nidhinjs ⚡ Сразу

prompt-master

автор nidhinjs · nidhinjs/prompt-master

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.

Зачем использовать

Ключевые функции

Живое демо

Как выглядит на практике

prompt-master-skill.replay ▶ готово
0/0

Установка

Выберите клиент

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "prompt-master-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/nidhinjs/prompt-master",
        "~/.claude/skills/prompt-master"
      ],
      "_inferred": true
    }
  }
}

Откройте Claude Desktop → Settings → Developer → Edit Config. Перезапустите после сохранения.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "prompt-master-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/nidhinjs/prompt-master",
        "~/.claude/skills/prompt-master"
      ],
      "_inferred": true
    }
  }
}

Cursor использует ту же схему mcpServers, что и Claude Desktop. Конфиг проекта приоритетнее глобального.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "prompt-master-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/nidhinjs/prompt-master",
        "~/.claude/skills/prompt-master"
      ],
      "_inferred": true
    }
  }
}

Щёлкните значок MCP Servers на боковой панели Cline, затем "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "prompt-master-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/nidhinjs/prompt-master",
        "~/.claude/skills/prompt-master"
      ],
      "_inferred": true
    }
  }
}

Тот же формат, что и Claude Desktop. Перезапустите Windsurf для применения.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "prompt-master-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/nidhinjs/prompt-master",
        "~/.claude/skills/prompt-master"
      ]
    }
  ]
}

Continue использует массив объектов серверов, а не map.

~/.config/zed/settings.json
{
  "context_servers": {
    "prompt-master-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/nidhinjs/prompt-master",
          "~/.claude/skills/prompt-master"
        ]
      }
    }
  }
}

Добавьте в context_servers. Zed перезагружается автоматически.

claude mcp add prompt-master-skill -- git clone https://github.com/nidhinjs/prompt-master ~/.claude/skills/prompt-master

Однострочная команда. Проверить: claude mcp list. Удалить: claude mcp remove.

Сценарии использования

Реальные сценарии: prompt-master

Craft a Midjourney prompt that actually matches your mental image

👤 Designers and marketers working with image models ⏱ ~5 min beginner

Когда использовать: Your first 3 Midjourney generations came back wrong and you're burning fast-hours.

Поток
  1. Describe what you want in plain language
    Use prompt-master. I want a hero image for a fintech landing page — serious, warm, not boring.✓ Скопировано
    → Claude asks 1-2 clarifying questions about aspect ratio and style anchors
  2. Get the optimized prompt
    Yes — 16:9, inspired by Monocle magazine.✓ Скопировано
    → A Midjourney-ready prompt with weights, --ar, --style, --s params

Итог: A reusable prompt you can vary slightly for a full campaign.

Подводные камни
  • 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 min intermediate

Когда использовать: You're about to run the same refactor across 20 files and want a prompt that actually constrains the model.

Поток
  1. 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.✓ Скопировано
    → Structured prompt with explicit constraints, negative examples, output format
  2. Test on one file first
    Apply the prompt to src/legacy/UserList.tsx and show the diff. Does it hold?✓ Скопировано
    → Clean diff that matches the stated constraints

Итог: A prompt you can paste into Cursor and trust across the full directory.

Подводные камни
  • Prompt too generic, model freelances — Ask prompt-master to add at least one concrete before/after example

Комбинации

Сочетайте с другими MCP — эффект x10

Use prompt-master to structure the intent, then the Nano Banana skill to pick a tested image prompt pattern

Use prompt-master to nail down what I want, then hand off to nano-banana-pro-prompts for the final image prompt.✓ Скопировано

Инструменты

Что предоставляет этот MCP

ИнструментВходные данныеКогда вызыватьСтоимость
Tool detection user request First stage of the pipeline 0
Intent extraction request + context After tool detection 0
Clarification missing-critical-info flags Only when success criteria unclear 0
Framework selection task type Before composition 0
Efficiency audit draft prompt Final polish step 0

Стоимость и лимиты

Во что обходится

Квота API
None
Токенов на вызов
1-3k per prompt optimization — small
Деньги
Free — skill is local prompts
Совет
The whole point of the skill is reducing wasted tokens downstream; the upfront cost is tiny.

Безопасность

Права, секреты, радиус поражения

Хранение учётных данных: No credentials — skill is pure prompts
Исходящий трафик: None

Устранение неполадок

Частые ошибки и исправления

Skill over-asks clarifying questions

Add 'make reasonable assumptions, don't ask more than 1 question' to your request.

Output prompt is too long

Explicitly request 'efficient mode' — the audit step will strip harder.

Memory Block loses context between sessions

Memory is per-working-directory; run follow-ups from the same folder.

Альтернативы

prompt-master в сравнении

АльтернативаКогда использоватьКомпромисс
Manual prompting with a template libraryYou already know the patterns and just need a referenceFaster for experts; prompt-master wins for non-obvious cases

Ещё

Ресурсы

📖 Читать официальный README на GitHub

🐙 Открытые задачи

🔍 Все 400+ MCP-серверов и Skills