db-migration
Create and apply Prisma database migrations for alta-cancha-fs. Handles schema changes, migration files, and post-migration steps following ADR-002, ADR-009, ADR-011 conventions.
Implement authentication in alta-cancha-fs using Better-Auth. Use whenever adding a protected route, reading session data in a component, adding auth guards or ownership checks to ORPC handlers, or wiring sign-in/sign-up/sign-out flows. Also use when configuring RBAC roles, setting up role-based redirects, or debugging session/auth errors.
This listing is imported from SkillsMP metadata and should be treated as untrusted until upstream source review is completed.
Install skill "authentication" with this command: npx skills add FabrizzioLoPresti/skillsmp-fabrizziolopresti-fabrizziolopresti-authentication
This source entry does not include full markdown content beyond metadata.
This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.
Related by shared tags or category signals.
Create and apply Prisma database migrations for alta-cancha-fs. Handles schema changes, migration files, and post-migration steps following ADR-002, ADR-009, ADR-011 conventions.
Generate and run Vitest tests for alta-cancha-fs. Creates unit tests for ORPC handlers, Zod schemas, and utility functions. Covers happy paths, error cases, auth guards, and booking concurrency edge cases.
Create React components following alta-cancha-fs conventions. Use when building new components, containers, data hooks, or util functions. Covers file naming (lowerCamelCase), component naming (PascalCase), TanStack Query hooks via ORPC, container/presentational split, Shadcn UI usage, and TypeScript patterns.
Scaffold a complete ORPC endpoint for alta-cancha-fs. Creates Zod schemas, TypeScript types, ORPC handler, and router registration following project conventions. Use when adding a new API operation (get, create, update, delete) to any domain.