What problem does it solve?
This Skill eliminates the effort of manually assembling a Node.js backend foundation by generating a structured, validated project skeleton with common infrastructure and documentation.
Core Features & Use Cases
- Express and NestJS Generation: Creates an Express project by default or a NestJS project for enterprise modular architecture and dependency injection.
- Backend Infrastructure: Includes TypeScript setup, database integration, JWT authentication, request logging, validation, pagination, unified responses, and global error handling.
- Documentation Delivery: Produces an API contract, project guide, version record, environment template, Docker configuration, and frontend integration guidance.
- Use Case: Ask for a TypeScript Node.js blog backend with PostgreSQL, users, articles, comments, JWT authentication, and a health endpoint, then receive a buildable project foundation with documented APIs.
Quick Start
Ask the nodejs-backend-skill to generate a Node.js backend for your project, specifying the preferred framework, database, core entities, and optional middleware.