Index live · v1.3.0 · MAY 26 2026
173+ skills indexed200+ MCP servers18+ platforms tracked
DevelopmentIntermediate
Database & Backend
The core pattern of skills + MCP working together. The Supabase skill teaches Claude proper indexing, RLS policies, and migration strategies. The MCP server lets Claude execute them against your live database. Neither alone can do what both achieve together.
5 min setup4 components2 skills2 MCP serversLast updated
Skills
Supabase Postgres
PostgreSQL optimization, Row Level Security, migrations, indexing, and connection pooling.
npx skills add supabase/agent-skills/supabase-postgres-best-practicesBetter Auth
Authentication patterns that integrate with Supabase RLS for secure data access.
npx skills add better-auth/skills/better-auth-best-practicesMCP Servers
Setup
Add the Supabase PostgreSQL best practices skill.
npx skills add supabase/agent-skills/supabase-postgres-best-practicesAdd Better Auth for authentication patterns that integrate with RLS.
npx skills add better-auth/skills/better-auth-best-practicesAdd Supabase and GitHub MCP servers.
{
"mcpServers": {
"supabase": { "url": "https://mcp.supabase.com" },
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": { "GITHUB_PERSONAL_ACCESS_TOKEN": "<your-token>" }
}
}
}Use Cases
- Database schema design and optimization
- Row Level Security policy implementation
- Migration management
- Auth-integrated data access patterns
SupabasePostgreSQLdatabasebackendRLSmigrationsauth