
supabase/agent-skills
2 skills497k installs4.9k starsGitHub
Install
npx skills add https://github.com/supabase/agent-skillsSkills in this repo
1Supabase Postgres Best PracticesPostgres performance optimization guide organized into 8 priority categories. Provides detailed SQL examples, query plan analysis, and specific metrics for query performance, connection management, security, schema design, and concurrency tuning.311kinstalls2SupabaseSupabase is the official agent skill from supabase/agent-skills for building full-stack apps on Postgres, Auth, Storage, Realtime, and Edge Functions with correct security defaults. It guides agents through database schema design, Row Level Security policies, JWT and session handling, bucket permissions, Realtime channel setup, and Deno Edge Function patterns using Supabase's current CLI and SDK docs. Developers reach for it when standing up a new project, hardening auth rules, wiring client libraries, or debugging common Supabase misconfigurations instead of guessing SQL and policy syntax. The skill pairs with the postgres-best-practices sibling for query performance and schema hygiene while keeping platform guidance authoritative. It emphasizes least-privilege RLS, service-role separation, migration-safe SQL, and environment-aware client keys so agents do not ship insecure defaults. Teams use it during backend scaffolding, auth reviews, and production incident response when Supabase is the data and identity layer.186kinstalls