mit einem Klick
server-standards
This skill focuses on backend architecture (Controller/Service/Repository), Prisma interaction, and standardized error/response middleware. Use it when building or modifying backend routes, controllers, or services.
Menü
This skill focuses on backend architecture (Controller/Service/Repository), Prisma interaction, and standardized error/response middleware. Use it when building or modifying backend routes, controllers, or services.
This skill enforces the strict directory structure and file naming conventions of the project. Use this whenever an agent is creating new files or folders to ensure consistency across the client and server.
This skill enforces robust, scalable testing methodologies for both the frontend and backend. Use it when writing unit or integration tests, setting up testing frameworks like Vitest, or verifying that features conform to the "Gold Standard".
| name | server-standards |
| description | This skill focuses on backend architecture (Controller/Service/Repository), Prisma interaction, and standardized error/response middleware. Use it when building or modifying backend routes, controllers, or services. |
This skill focuses on delivering a robust, scalable, and secure backend using the "Gold Standard" architecture.
ApiResponse utility and asyncHandler.helmet for security headers.errorMiddleware.ApiResponse format.asyncHandler to keep controllers clean and boilerplate-free.HttpException for predictive, status-aware error throwing.page, limit) using Zod./** @openapi ... */) above new Routes/Controllers to ensure the
/api/docs endpoint is automatically updated.server/tests/ using Supertest.ApiResponse structure and status codes.vitest-mock-extended.