supabase-database
✓Perform database operations (CRUD) on Supabase tables using the REST API. Use for querying, inserting, updating, and deleting data in your 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 |
Perform database operations (CRUD) on Supabase tables using the REST API. Use for querying, inserting, updating, and deleting data in your Supabase database. Source: nice-wolf-studio/claude-code-supabase-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/nice-wolf-studio/claude-code-supabase-skills --skill supabase-database- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is supabase-database?
Perform database operations (CRUD) on Supabase tables using the REST API. Use for querying, inserting, updating, and deleting data in your Supabase database. Source: nice-wolf-studio/claude-code-supabase-skills.
How do I install supabase-database?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/nice-wolf-studio/claude-code-supabase-skills --skill supabase-database Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/nice-wolf-studio/claude-code-supabase-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01