·supabase-database
</>

supabase-database

nice-wolf-studio/claude-code-supabase-skills

REST APIを使用して、Supabaseテーブルに対してデータベース操作(CRUD)を実行します。 Supabase データベース内のデータのクエリ、挿入、更新、削除に使用します。

58インストール·2トレンド·@nice-wolf-studio

インストール

$npx skills add https://github.com/nice-wolf-studio/claude-code-supabase-skills --skill supabase-database

SKILL.md

This skill provides tools for working with Supabase database tables through the REST API. Supports SELECT queries with filtering, INSERT, UPDATE, DELETE operations, and calling RPC functions.

Helper script: This skill uses the shared Supabase API helper. Make sure to source it:

| eq | Equals | id=eq.123 | | neq | Not equals | status=neq.deleted | | gt | Greater than | age=gt.18 | | gte | Greater than or equal | price=gte.100 | | lt | Less than | quantity=lt.10 | | lte | Less than or equal | score=lte.50 | | like | Pattern match (case-sensitive) | name=like.John | | ilike | Pattern match (case-insensitive) | email=ilike.@gmail.com |

REST APIを使用して、Supabaseテーブルに対してデータベース操作(CRUD)を実行します。 Supabase データベース内のデータのクエリ、挿入、更新、削除に使用します。 ソース: nice-wolf-studio/claude-code-supabase-skills。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/nice-wolf-studio/claude-code-supabase-skills --skill supabase-database
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

supabase-database とは?

REST APIを使用して、Supabaseテーブルに対してデータベース操作(CRUD)を実行します。 Supabase データベース内のデータのクエリ、挿入、更新、削除に使用します。 ソース: nice-wolf-studio/claude-code-supabase-skills。

supabase-database のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/nice-wolf-studio/claude-code-supabase-skills --skill supabase-database インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/nice-wolf-studio/claude-code-supabase-skills

詳細

カテゴリ
</>開発ツール
ソース
skills.sh
初回登録
2026-02-01