What problem does it solve?
This Skill helps you create new FixNow API endpoints consistently, with the right validation, authentication, database access, and error handling already patterned in place.
Core Features & Use Cases
- Route scaffolding: Generates Next.js App Router route handlers for common API methods like GET, POST, PATCH, and DELETE.
- Validation and auth: Applies zod input validation and NextAuth-based permission checks for customer, admin, or owner-only access.
- Database integration: Uses Drizzle ORM patterns for reading and writing data safely, including explicit column selection and transaction guidance.
- Use case: Add a new booking-related endpoint, such as a status update route or a parts lookup API, while keeping the code aligned with FixNow conventions.
Quick Start
Ask for a FixNow API route scaffold for your desired path, HTTP method, authentication level, and input schema.