About
The postgres-setup skill provides a production-ready framework for bootstrapping PostgreSQL databases in new or existing projects. It automates the creation of directory structures, idempotent SQL schemas, and robust Python setup scripts that handle user permissions and database creation for both development and testing environments. By codifying patterns like UUID primary keys, Unix timestamps (BIGINT), and connection pooling, it ensures your database layer is scalable, consistent, and follows industry best practices from day one.