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.

Safety Notice

This listing is imported from SkillsMP metadata and should be treated as untrusted until upstream source review is completed.

Copy this and send it to your AI assistant to learn

Install skill "db-migration" with this command: npx skills add FabrizzioLoPresti/skillsmp-fabrizziolopresti-fabrizziolopresti-db-migration

No markdown body

This source entry does not include full markdown content beyond metadata.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

authentication

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.

Repository SourceNeeds Review
General

vitest-tester

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.

Repository SourceNeeds Review
Coding

create-ui-component

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.

Repository SourceNeeds Review
Coding

orpc-endpoint

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.

Repository SourceNeeds Review
db-migration | V50.AI