← Back to list

supabase-best-practices
by jcastillotx
My skeleton for app builds
⭐ 0🍴 0📅 Jan 23, 2026
SKILL.md
name: supabase-best-practices description: Supabase development standards. Triggers when working with Supabase projects, Row Level Security, real-time subscriptions, or Edge Functions. trigger_patterns:
- supabase
- row level security
- rls
- auth.uid
- edge function
- realtime
- supabase-js auto_load_with: []
Supabase Best Practices
Comprehensive coding standards for Supabase development, optimized for AI agents and LLMs.
Overview
This skill provides 22 rules organized across 8 categories:
- Security (RLS) (rls-) - Row Level Security policies, auth patterns [CRITICAL]
- Database Design (schema-) - Foreign keys, constraints, migrations [CRITICAL]
- Authentication (auth-) - OAuth, MFA, session management [HIGH]
- Real-time (realtime-) - Subscriptions, presence, broadcast [HIGH]
- Edge Functions (edge-) - Deno deploy, secrets, logging [MEDIUM-HIGH]
- Storage (storage-) - Bucket policies, transformations [MEDIUM]
- Performance (perf-) - Connection pooling, indexes [MEDIUM]
- Client Libraries (client-) - Type generation, hooks [LOW-MEDIUM]
Usage
Reference this skill when:
- Designing Supabase database schemas
- Implementing Row Level Security
- Building real-time features
- Creating Edge Functions
- Configuring authentication
Build
pnpm build # Compile rules to AGENTS.md
pnpm validate # Validate rule files
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon