소개
This skill provides Claude with specialized architectural guidance for designing and maintaining PostgreSQL 17 databases within the Supabase ecosystem. It enforces a 'tight-fit' design philosophy, preventing the premature addition of speculative columns like soft deletes, audit trails, or metadata fields until they are explicitly required by the project. By implementing standardized table structures, predictable naming conventions, and type-safety patterns, this skill ensures your database remains lean, self-documenting, and optimized for high-performance Supabase applications.