Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计通过

nestjsnestjs 效率

Agent Skill

nestjs 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,023

周安装

86

GitHub Stars

347

下载量

709
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:nestjs(nestjs 效率)
来源仓库:https://github.com/teachingai/full-stack-skills
仓库路径:skills/nestjs
安装命令:
npx skills add https://github.com/teachingai/full-stack-skills --skill nestjs
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/teachingai/full-stack-skills --skill nestjs

简介

用于查找、检索和筛选相关信息。

  • 适合根据关键词或任务场景快速定位候选结果。
  • 可结合来源仓库和原始 README 核验具体用法。
  • 安装命令:npx skills add https://github.com/teachingai/full-stack-skills --skill nestjs。
  • 建议确认权限范围和维护状态,避免触发联网或文件读写。

SKILL.md

When to use this skill

Use this skill whenever the user wants to:

  • Build or refactor a NestJS application
  • Implement controllers, providers, and modules
  • Apply middleware, pipes, guards, or interceptors
  • Configure DI scopes, dynamic modules, or lifecycle hooks
  • Add validation, serialization, caching, logging, or queues
  • Integrate GraphQL, WebSockets, or microservices
  • Document APIs with OpenAPI/Swagger
  • Implement authentication/authorization or security hardening
  • Write unit or e2e tests for NestJS

How to use this skill

  1. Identify the topic from the user's request and find the corresponding example file in the mapping below
  2. Load the appropriate example file from the examples/ directory
  3. Follow the specific instructions in that example file for syntax, structure, and best practices Important Notes:

- All examples follow NestJS official documentation structure - Examples include both JavaScript and TypeScript versions where applicable - Each example file includes key concepts, code examples, and official documentation links - Always check the example file for best practices and common patterns

  1. Use templates from the templates/ directory to speed up common scaffolding

Doc mapping (one-to-one with https://docs.nestjs.com/)

Overview (概览)

Fundamentals (基础)

Techniques (技巧)

Security (安全)

GraphQL

WebSockets

Microservices

OpenAPI (Swagger)

CLI & Testing & Recipes

Examples and Templates

This skill includes detailed examples organized to match the NestJS official documentation structure (https://docs.nestjs.com/). All examples are in the examples/ directory, organized by topic (see mapping above).

To use examples:

  • Identify the topic from the user's request
  • Load the appropriate example file from the mapping above
  • Follow the instructions, syntax, and best practices in that file
  • Adapt the code examples to your specific use case

To use templates:

  • Reference templates in templates/ directory for common scaffolding
  • Templates include: controller, provider, module, middleware, guard, pipe, interceptor, exception filter, DTO, and project structure
  • Adapt templates to your specific needs and coding style

Best Practices

  1. Use dependency injection: Leverage NestJS DI container for better testability and maintainability
  2. Organize by modules: Group related functionality into feature modules
  3. Use decorators consistently: Follow NestJS decorator patterns for controllers, providers, and routes
  4. Validate input data: Use ValidationPipe and DTOs for request validation
  5. Handle errors gracefully: Implement global exception filters for consistent error handling
  6. Use guards for authorization: Protect routes with guards rather than inline checks
  7. Leverage interceptors: Use interceptors for cross-cutting concerns like logging and transformation
  8. Type safety: Use TypeScript for better type safety and developer experience
  9. Test thoroughly: Write unit tests for services and E2E tests for API endpoints
  10. Follow official patterns: Refer to official documentation for recommended patterns and practices

Resources

Keywords

NestJS, Node.js, framework, controller, provider, module, middleware, exception filter, pipe, guard, interceptor, dependency injection, GraphQL, WebSocket, microservice, OpenAPI, Swagger, testing, validation, caching, logging, TypeScript, decorator, DI, IoC, 控制器, 提供者, 模块, 中间件, 守卫, 管道, 拦截器, 依赖注入

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

27%
按下载量换算191

Antigravity

24.66%
按下载量换算175

Gemini CLI

16.54%
按下载量换算117

OpenCode

11.9%
按下载量换算84

trae

8.06%
按下载量换算57

Codex

3.82%
按下载量换算27

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills