About
This skill automates the creation of production-grade data access layers within Go-Kratos microservices, ensuring strict adherence to Clean Architecture principles. It provides standardized patterns for CRUD operations, manages GORM-to-Domain model mapping, and implements transaction-aware context propagation. By handling complex requirements like pagination, relationship preloading, and centralized error mapping, it helps developers build consistent and maintainable persistence layers for scalable Go backends.