mirror of
https://github.com/supabase/agent-skills.git
synced 2026-03-29 10:54:18 +08:00
879 B
879 B
Supabase Skills Eval Scenarios
| # | Scenario | Description |
|---|---|---|
| 1 | auth-rls-new-project | Initialize a Supabase project and create a tasks table with RLS |
| 2 | team-rls-security-definer | Team-based RLS with security definer helper in a private schema |
| 3 | storage-rls-user-folders | Storage buckets with RLS policies for user-isolated folders |
| 4 | edge-function-hello-world | Hello-world Edge Function with CORS and shared utilities |
| 5 | edge-function-stripe-webhook | Stripe webhook Edge Function with signature verification and orders migration |
| 6 | collaborative-rooms-realtime | Collaborative rooms with role-based RLS, broadcast triggers, and Realtime authorization |