概要
This skill automates the end-to-end process of adding or modifying CRUD entities within a standardized layered architecture. It provides a structured workflow for developers to move from database modeling in Prisma to schema validation with Zod, followed by repository and controller implementation, and finally exposing functionality via tRPC routers. By enforcing best practices for Dependency Injection and Clerk authentication, it ensures that backend services are consistent, type-safe, and production-ready while preventing common architectural mistakes.