Skip to main content
Back to registry

supabase-best-practices

pedrobarretocw/supabase-best-practices

Comprehensive security and performance optimization guide for Supabase applications with Clerk authentication integration. Contains 40+ rules across 10 categories, prioritized by impact to guide secure development and code review.

Installs306
Install command
npx skills add https://github.com/pedrobarretocw/supabase-best-practices --skill supabase-best-practices
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Comprehensive security and performance optimization guide for Supabase applications with Clerk authentication integration. Contains 40+ rules across 10 categories, prioritized by impact to guide secure development and code review. Reference these guidelines when: Read individual rule files for detailed explanations and code examples: Each rule file contains: For the complete guide with all rules expanded: references/supabase-guidelines.md - Setting up a new Supabase project - Integrating Clerk authentication with Supabase - Writing Row Level Security (RLS) policies - Designing database schemas - Implementing real-time features - Configuring Storage buckets - Writing Edge Functions - Reviewing code for security issues - rls-always-enable - Always enable RLS on public schema tables - rls-wrap-functions-select - Wrap auth functions with (SELECT ...) for performance - rls-add-indexes - Add indexes on columns used in RLS policies - rls-specify-roles - Specify roles with TO authenticated clause - rls-security-definer - Use SECURITY DEFINER functions for complex policies - rls-minimize-joins - Minimize joins in RLS policies - rls-explicit-auth-check - Use explicit auth.uid() checks - rls-restrictive-policies - Use RESTRICTIVE policies for additional constraints - clerk-setup-third-party - Use Third-Party Auth integration (not JWT templates) - clerk-client-server-side - Use...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does supabase-best-practices do?

Comprehensive security and performance optimization guide for Supabase applications with Clerk authentication integration. Contains 40+ rules across 10 categories, prioritized by impact to guide secure development and code review.

Is supabase-best-practices good?

supabase-best-practices does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does supabase-best-practices work with?

supabase-best-practices currently lists compatibility with codex, gemini-cli, opencode, cursor, claude-code, antigravity.

What are alternatives to supabase-best-practices?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install supabase-best-practices?

npx skills add https://github.com/pedrobarretocw/supabase-best-practices --skill supabase-best-practices

Related skills

Alternatives in Software Engineering