/ الدليل / الملعب / Vibe Coding Prompt Template
● مجتمع KhazP ⚡ فوري

Vibe Coding Prompt Template

بواسطة KhazP · KhazP/vibe-coding-prompt-template

Templates and workflow for generating PRDs, Tech Designs, and MVPs using LLMs for AI IDEs.

Vibe Coding Prompt Template is a Claude skill / skill pack maintained by KhazP. Templates and workflow for generating PRDs, Tech Designs, and MVPs using LLMs for AI IDEs. See README for installation and configuration: https://github.com/KhazP/vibe-coding-prompt-template

لماذا تستخدمه

الميزات الأساسية

عرض مباشر

كيف يبدو في الممارسة

vibe-coding-prompt-template.replay ▶ جاهز
0/0

التثبيت

اختر العميل

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

افتح Claude Desktop → Settings → Developer → Edit Config. أعد التشغيل بعد الحفظ.

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

يستخدم Cursor نفس مخطط mcpServers مثل Claude Desktop. إعدادات المشروع أولى من الإعدادات العامة.

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

انقر على أيقونة MCP Servers في شريط Cline الجانبي، ثم "Edit Configuration".

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

نفس الصيغة مثل Claude Desktop. أعد تشغيل Windsurf لتطبيق التغييرات.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "vibe-coding-prompt-template",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/KhazP/vibe-coding-prompt-template",
        "~/.claude/skills/vibe-coding-prompt-template"
      ]
    }
  ]
}

يستخدم Continue مصفوفة من كائنات الخادم بدلاً من خريطة.

~/.config/zed/settings.json
{
  "context_servers": {
    "vibe-coding-prompt-template": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/KhazP/vibe-coding-prompt-template",
          "~/.claude/skills/vibe-coding-prompt-template"
        ]
      }
    }
  }
}

أضف إلى context_servers. يعيد Zed التحميل تلقائيًا عند الحفظ.

claude mcp add vibe-coding-prompt-template -- git clone https://github.com/KhazP/vibe-coding-prompt-template ~/.claude/skills/vibe-coding-prompt-template

أمر من سطر واحد. تحقق باستخدام claude mcp list. احذف باستخدام claude mcp remove.

حالات الاستخدام

استخدامات عملية: Vibe Coding Prompt Template

Use Vibe Coding Prompt Template for its primary workflow

👤 Claude Code / MCP client users ⏱ ~20 min intermediate

متى تستخدمه: See repo README for canonical use cases.

المتطلبات الأساسية
  • Repo cloned or package installed — See https://github.com/KhazP/vibe-coding-prompt-template
الخطوات
  1. Install
    Install Vibe Coding Prompt Template per README.✓ تم النسخ
    → Tool/skill registered with client
  2. Configure
    Provide credentials/config as instructed.✓ تم النسخ
    → Successful auth/init
  3. Use
    Run a sample task with Vibe Coding Prompt Template.✓ تم النسخ
    → Expected output

النتيجة: You can drive the documented workflow end-to-end.

المزالق
  • Skipping README — Read the repo README and CHANGELOG before shipping to prod.

الأدوات

ما يوفره هذا الـ MCP

الأداةالمدخلاتمتى تستدعيهاالتكلفة
primary see README Primary action free

التكلفة والحدود

تكلفة التشغيل

حصة API
None of its own; bounded by upstream provider quotas if any
الرموز لكل استدعاء
Depends on usage
التكلفة المالية
Open source — check repo LICENSE
نصيحة
Review upstream API costs (if any) before automating.

الأمان

الصلاحيات والأسرار ونطاق الأثر

الحد الأدنى من الصلاحيات: Whatever the upstream provider requires
تخزين بيانات الاعتماد: Env vars or local config — never commit secrets
نقل البيانات الخارجي: Forwards data per its README
لا تمنح أبدًا: Full admin to untrusted prompts

استكشاف الأخطاء

الأخطاء الشائعة وحلولها

Auth fails

Verify credentials and required scopes match README.

تحقق: Re-read repo README auth section.
Tool not found by client

Ensure MCP client config points to correct command/path.

تحقق: Restart the client after editing config.

المزيد

الموارد

📖 اقرأ ملف README الرسمي على GitHub

🐙 تصفح القضايا المفتوحة

🔍 تصفح أكثر من 400 خادم MCP و Skills