Loading...
Loading...
Found 175 Skills
Supabase open-source Firebase alternative with Postgres, authentication, storage, and realtime subscriptions. Use when building full-stack applications requiring integrated backend services with Next.js, React, or Vue.
Clean and format SQL migrations for Supabase - idempotency, RLS policies, formatting, schema fixes. Use when: fix this SQL, clean migration, RLS policy, Supabase schema, format postgres, prepare for SQL Editor, idempotent migration.
List and test exposed PostgreSQL RPC functions for security issues and potential RLS bypass.
Test for user enumeration vulnerabilities through various authentication endpoints.
Supabase development guidelines for database, authentication, real-time subscriptions, and Edge Functions.
Enforces Supabase access patterns and service boundaries. Use only when working with Supabase projects. Centralizes Supabase in a dedicated layer and forbids calling Supabase from outside that boundary.
Extract the Supabase anon/public API key from client-side code. This key is expected in client apps but important for RLS testing.
Supabase's UI design system. Use when building interfaces inspired by Supabase's aesthetic - dark mode, Inter font, 4px grid.
Comprehensive Supabase integration covering authentication, database operations, realtime subscriptions, storage, and MCP server patterns for building production-ready backends with PostgreSQL, Auth, and real-time capabilities
Run a local Supabase reset, database tests, and type generation in sequence. Use when the user asks to run `supabase db reset`, `supabase test db`, and `npm run gen-types` for this repo.
List all storage buckets and their configuration to identify the storage attack surface.
Discover and test Supabase Edge Functions for security vulnerabilities and misconfigurations.