About
Streamlines the database evolution process by providing specialized guidance for managing Prisma schemas within a modular, split-file architecture. It ensures consistency across PostgreSQL databases by enforcing best practices such as UUID primary keys, automatic timestamping, and soft-delete patterns, while also facilitating the execution of essential migration commands like migrate dev and prisma generate. This skill is essential for maintaining a clean, scalable data layer while automating the boilerplate associated with database schema evolution.