supabase-crud

Perform CRUD operations on Supabase databases with schema confirmations.

Updated Jan 5, 2026
One-click install
npx skills add https://github.com/sudat/req-manager --skill supabase-crud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supabase-crud
Source: https://github.com/sudat/req-manager/tree/main/.cursor/skills/supabase-crud
Command: npx skills add https://github.com/sudat/req-manager --skill supabase-crud

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies and secures database operations (CRUD) on Supabase, allowing users to add, retrieve, update, and delete data without direct SQL writing or security concerns.

Core Features & Use Cases

  • Secure CRUD Operations: Safely perform INSERT, SELECT, UPDATE, and DELETE on Supabase tables.
  • Schema Awareness: Automatically confirms table structures and column types before operations.
  • Safety Checks: Implements mandatory confirmations for UPDATE and DELETE operations, especially for bulk actions.
  • Use Case: "Add a new user to the 'users' table with name 'Alice' and email '[email protected]'." or "Show me all users whose status is 'inactive'."

Quick Start

Use the supabase-crud skill to add a new record to the 'products' table with name 'Laptop' and price 1200.

Frequently Asked Questions about supabase-crud

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Supabase CRUD operations without writing raw SQL?

You can manage Supabase CRUD operations by using this Skill to handle data insertion, retrieval, modification, and deletion via MCP tools. It automatically confirms table structures and column types to ensure secure interactions without direct SQL writing.

How do I perform bulk UPDATE or DELETE operations safely on a Supabase database?

To perform bulk operations safely on a Supabase database, this Skill implements mandatory safety checks and confirmations before executing bulk UPDATE and DELETE commands. This prevents accidental mass data modification or loss.

Does this Supabase data management tool check table schemas before inserting data?

Yes, this Supabase data management tool features built-in schema awareness that automatically confirms table structures and column types before performing any data insertion or modification operations.

What is the best way to analyze and optimize SQL queries for Supabase retrieval?

The best way to optimize SQL queries for Supabase retrieval is using this Skill's performance optimization features. It analyzes your SQL queries to ensure efficient data retrieval and supports advanced bulk operations.

Can I use MCP tools for backend data management on Supabase?

Yes, you can use MCP tools for backend data management on Supabase. This Skill enables secure and efficient CRUD operations directly through MCP tools, handling everything from single records to bulk actions.