What problem does it solve?
This Skill provides a comprehensive guide and best practices for developing robust, scalable, and secure Node.js backend services, covering the entire development lifecycle from API design to deployment.
Core Features & Use Cases
- Fastify API Patterns: Implement efficient API architectures using plugins, routes, and hooks.
- Zod Validation: Ensure data integrity with robust input and environment variable validation.
- Database Integration: Work with Prisma and Drizzle for seamless database access and management.
- Auth & AuthZ: Secure your application with JWT, RBAC, and ABAC strategies.
- Docker Deployment: Containerize your Node.js applications for consistent deployment.
- Use Case: When building a new REST API with Fastify, use this Skill to structure your project, implement validation for incoming requests, set up database models with Prisma, and secure endpoints with JWT authentication.
Quick Start
Use the node-writing-code skill to generate a Fastify plugin for handling user authentication.