This one gives you production-grade Express.js setup with all the pieces you actually need: routing, middleware chains, JWT authentication, error handling, and database integration with Sequelize. The reference guides cover the full stack from basic setup through PostgreSQL connections and RESTful CRUD operations. What I like here is the opinionated best practices section that pushes you toward async/await over callbacks and proper error middleware instead of silent failures. If you're spinning up a new Node API or refactoring an existing one to follow modern patterns, this gets you past the boilerplate fast. The quick start example is minimal enough to understand but includes error handling and health checks you'd want anyway.
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill nodejs-express-server