关于
This skill transforms Claude into a specialized database architect focused on modern PostgreSQL standards. It provides rigorous guidance on schema design, from selecting the most efficient data types like TIMESTAMPTZ and BIGINT Identity columns to implementing advanced indexing strategies and partitioning for high-scale environments. By enforcing best practices such as 3NF normalization, proper constraint usage, and row-level security, it ensures your database is scalable, maintainable, and high-performing while avoiding common pitfalls like silent coercions or unindexed foreign keys.