About
This skill automates the creation of a professional-grade PostgreSQL environment for new projects, establishing a clean separation between SQL schema definitions and Python-based setup logic. It enforces industry best practices such as UUID primary keys, BIGINT Unix timestamps for consistency, and robust connection pooling to ensure your database layer is production-ready from day one. By standardizing environment variable patterns and providing a context-managed database driver, it streamlines development workflows for production, development, and testing environments.