node-backend
仓库创建 2026年6月30日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
适合构建或审查 Node/TS 服务、测试与认证方案的后端工程师。
▸ 风险提示
可能建议修改认证或访问控制,部署前请在安全环境验证。
这个 Skill 做什么
为 Node.js 后端(Express/NestJS/Fastify)提供 API 设计、中间件与数据库接入建议。
针对 Node.js 后端(Express、NestJS、Fastify)给出 API 设计、中间件、鉴权、数据库接入和测试方面的实务建议,包含与 Prisma、TypeORM、Drizzle 等 ORM 的集成思路。适合在写 REST/GraphQL、实现鉴权、做性能调优或排查内存/性能问题时用。特别之处是结合常见框架和 ORM 的落地方案,能直接对接 package.json 和现有项目结构。
▸ 展开 SKILL.md 英文原文
Use for Node.js backend services — NestJS, Fastify, Express — API design, middleware, auth, database integration, testing. Triggers — Node/TS server code, package.json, 'nestjs'.
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/muxammadmamajonov/dot-claude/main/.claude/skills/node-backend/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/muxammadmamajonov/dot-claude/main/.claude/skills/node-backend/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Node.js Backend Development ## When to use - Writing REST or GraphQL APIs with Express, Fastify, or NestJS - Designing middleware, guards, interceptors, or pipes - Implementing authentication, authorization, or rate-limiting - Integrating ORMs (Prisma, TypeORM, Drizzle) or raw query builders - Writing unit/integration tests with Jest or Vitest - Profiling performance or fixing memory leaks in a Node.js process ## Workflow 1. **Classify** — REST, GraphQL, gRPC, WebSocket, or worker/queue service. 2. **Choose the framework tier**: - NestJS: structured enterprise services (DI, modules, decorators, CLI scaffolding). - Fastify: high-throughput APIs where raw RPS matters; schema-first w
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有