Acerca de
This skill provides Claude with a rigorous set of standards for writing high-quality PostgreSQL code. It covers everything from naming conventions—such as using snake_case and plural table names—to complex query structures using Common Table Expressions (CTEs). By enforcing consistent patterns like ISO 8601 date formats, explicit schema prefixes, and mandatory audit columns, it ensures that database schemas remain maintainable, readable, and performant throughout the application lifecycle. It is particularly useful for teams using Supabase or standard PostgreSQL who want to maintain a unified code style across their migrations and queries.