·supabase-database
</>

supabase-database

adaptationio/skrillz

Supabase database operations including queries, CRUD operations, RLS policies, and PostgreSQL functions. Use when querying tables, managing data, implementing RLS, or writing database functions.

5Installs·0Trend·@adaptationio

Installation

$npx skills add https://github.com/adaptationio/skrillz --skill supabase-database

SKILL.md

| Select all | supabase.from('table').select('') | SELECT FROM table | | Select columns | supabase.from('table').select('col1,col2') | SELECT col1, col2 FROM table | | Filter | .eq('col', 'value') | WHERE col = 'value' | | Insert | .insert({ col: 'value' }) | INSERT INTO table (col) VALUES ('value') |

| Update | .update({ col: 'value' }).eq('id', 1) | UPDATE table SET col = 'value' WHERE id = 1 | | Delete | .delete().eq('id', 1) | DELETE FROM table WHERE id = 1 |

Supabase database operations including queries, CRUD operations, RLS policies, and PostgreSQL functions. Use when querying tables, managing data, implementing RLS, or writing database functions. Source: adaptationio/skrillz.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/adaptationio/skrillz --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

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/adaptationio/skrillz --skill supabase-database
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is supabase-database?

Supabase database operations including queries, CRUD operations, RLS policies, and PostgreSQL functions. Use when querying tables, managing data, implementing RLS, or writing database functions. Source: adaptationio/skrillz.

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/adaptationio/skrillz --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/adaptationio/skrillz