users-service
Installation
SKILL.md
Users Service Development Skill
This skill provides patterns and workflows for developing the Users Service, a Fastify-based REST API at services/users/ that handles user management with Auth0 authentication and Prisma ORM.
Service Overview
Location: services/users/
Framework: Fastify v5 with TypeScript
Database: PostgreSQL via Prisma
Auth: Auth0 JWT verification with jose
Port: 3001 (API docs at http://localhost:3001/docs)