/ ディレクトリ / プレイグラウンド / 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 は Claude Desktop と同じ mcpServers スキーマを使用。プロジェクト設定はグローバルより優先。

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
    }
  }
}

Cline サイドバーの MCP Servers アイコンをクリックし、"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

その他

リソース

📖 GitHub の公式 README を読む

🐙 オープンな issue を見る

🔍 400以上のMCPサーバーとSkillsを見る