Expert guidance for building production-grade, API-only Node.js + Express backends. This skill ensures every new backend project starts with a clean architecture, consistent patterns, and security-first defaults — whether in JavaScript or TypeScript.
If the user doesn't specify, default to: TypeScript + PostgreSQL + Prisma + JWT.
Node Version: Require Node 24 LTS (Active LTS), preferably >=24.10.0 for non-experimental env-file support. Use node --watch for dev restarts and --env-file-if-exists for env loading — no nodemon or dotenv needed. For the full version/stability table and lifecycle guidance, see node-version-guide.md.
깔끔하고 확장 가능한 폴더 구조와 업계 모범 사례를 통해 AI 에이전트가 프로덕션 수준의 Node.js + Express 백엔드를 스캐폴드하고 개발하도록 안내합니다. 사용자가 "백엔드 생성", "API 설정", "Node 프로젝트 스캐폴드", "Express 서버 구축", "REST API 생성", "백엔드 폴더 구조", "API 상용구"를 요청하거나 새 Node.js/Express 백엔드 프로젝트를 시작할 때 사용합니다. JS와 TS를 다룹니다. 출처: codewithhashim/express-backend-starter-skill.