From billy-milligan
Provides Node.js backend patterns: Fastify/Express servers, Drizzle/Prisma/Knex DB access, async error handling, Zod validation, and security hardening. Useful for robust API development.
How this skill is triggered — by the user, by Claude, or both
Slash command
/billy-milligan:backend-nodejsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- **Create connections once**: DB/Redis pools are singletons — never instantiate per request.
references/express-fastify.md — Fastify with TypeBox, Express with Zod, middleware, error handlingreferences/database-access.md — Drizzle, Prisma, Knex, connection pooling, transactionsreferences/async-patterns.md — Promise.all, BullMQ queues, worker threads, streams, backpressurereferences/security.md — Input validation, rate limiting, CORS, helmet, dependency auditscripts/detect-node-stack.sh — Reads package.json to identify framework, ORM, test runnerassets/tsconfig-recommended.json — Strict TypeScript configuration for Node.jsnpx claudepluginhub rnavarych/alpha-engineer --plugin billy-milliganProvides patterns for building production-ready Node.js backend services with Express/Fastify, covering middleware, error handling, authentication, database integration, and API design.
Provides expert Node.js backend patterns for Express, NestJS, Fastify APIs including project structures, async error handlers, custom error classes, and global error handling.
Guides building scalable, production-ready Node.js backends with REST/GraphQL APIs, microservices, auth, databases, WebSockets, and background jobs.