supabase

Installation
SKILL.md

Supabase

Run SQL against a Supabase project through the management API: querying data, schema changes (DDL), policies (RLS), storage metadata, and migrations. SQL runs with management API privileges, so treat it as admin-level database access.

Everything goes through one script, scripts/supabase.sh, with three commands:

  • env — manage connection environments (stored in environments.json)
  • sql — run a SQL string
  • sql-file — run SQL from a file

Environments

Each environment is a named entry in environments.json (gitignored, chmod 600) holding a url and an optional access_token. Manage them with the env subcommands:

Installs
39
GitHub Stars
13
First Seen
Feb 20, 2026
supabase — jawwadfirdousi/agent-skills