Optimizes database development with expert PostgreSQL patterns for query performance, schema design, and high-performance indexing.
This Claude Code skill provides a comprehensive suite of PostgreSQL best practices and implementation patterns designed to maximize database performance, security, and scalability. Based on Supabase industry standards, it helps developers navigate complex tasks such as choosing optimal index types (B-tree, GIN, BRIN), implementing Row Level Security (RLS), and managing connection pooling. It includes built-in detection for common anti-patterns like unindexed foreign keys and table bloat, ensuring your database remains efficient and maintainable as your application grows.
主要功能
01Anti-pattern detection for unindexed foreign keys and slow queries
02Production-grade SQL templates for UPSERT and cursor pagination
03Automated configuration recommendations for connection limits and timeouts