/ الدليل / الملعب / Supabase Agent Skills
● رسمي supabase ⚡ فوري

Supabase Agent Skills

بواسطة supabase · supabase/agent-skills

Official Supabase skills - auth, RLS, edge functions, and Postgres best practices for AI agents.

Supabase Agent Skills is a Claude Code/agent skill by supabase. Official Supabase skills - auth, RLS, edge functions, and Postgres best practices for AI agents. See the source repo for setup, supported clients, and configuration details.

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

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

عرض مباشر

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

supabase-agent-skills.replay ▶ جاهز
0/0

التثبيت

اختر العميل

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

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

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

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

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

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

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

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

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

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

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

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

claude mcp add supabase-agent-skills -- git clone https://github.com/supabase/agent-skills ~/.claude/skills/supabase-agent-skills

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

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

استخدامات عملية: Supabase Agent Skills

Use Supabase Agent Skills for its primary workflow

👤 Developers using AI coding agents ⏱ ~10 min beginner

متى تستخدمه: You need the capability: Official Supabase skills - auth, RLS, edge functions, and Postgres best practices for AI agents.

المتطلبات الأساسية
  • Skill installed — git clone https://github.com/supabase/agent-skills ~/.claude/skills/supabase-agent-skills
الخطوات
  1. Install
    Install Supabase Agent Skills following the README at https://github.com/supabase/agent-skills✓ تم النسخ
    → Skill appears in your client's available tools/skills
  2. Invoke
    Use Supabase Agent Skills to complete the task described in its docs.✓ تم النسخ
    → Agent calls the relevant tool/skill and returns a result

النتيجة: Working integration with the capabilities advertised by the project.

المزالق
  • README is the source of truth; details here may lag upstream — Check https://github.com/supabase/agent-skills for the latest setup steps and tool list

المزيد

الموارد

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

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

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