원클릭으로
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.
메뉴
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 focuses on frontend tech stack (React, Vite, TanStack Router), Tailwind v4 aesthetics, and store patterns. Use it when building or modifying frontend components, routes, or stores.
This is the MASTER ORCHESTRATOR skill. Use this skill whenever building a new "feature", "module", "API endpoint", or "full-stack page". It strictly enforces a 4-step process that guarantees all code aligns with the project's Gold Standards.
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.