·supabase-database

REST API를 사용하여 Supabase 테이블에서 데이터베이스 작업(CRUD)을 수행합니다. Supabase 데이터베이스의 데이터를 쿼리, 삽입, 업데이트 및 삭제하는 데 사용합니다.

57설치·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