Skip to main content

nestjs-backend

Use when writing or modifying backend code in a NestJS project — the framework mechanics: modules, providers, dependency injection, controllers, pipes/guards/interceptors/exception filters, and logging setup. Triggers on NestJS decorators/files (@Module, @Injectable, @Controller, *.module.ts, *.service.ts, main.ts with NestFactory), Nest CLI, or "how do I wire this in Nest". NOT for plain Express/Fastify apps without Nest (use the Express sibling skill). Does NOT decide the layering/dependency direction (clean-architecture skill) or how to model the domain — entities, value objects, aggregates (tactical-DDD skill); it only wires those into Nest. The response body shape/safety is owned by the api-responses skill.

跳到安装

来源信息

仓库
Caioohv/ai-workflow
最近来源活动
2026年8月3日 00:25
检测到的 SKILL.md 语言
英语
星标
5
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。