Total Skills
6
Skills published by FabrizzioLoPresti with real stars/downloads and source-aware metadata.
Total Skills
6
Total Stars
0
Total Downloads
0
Comparison chart based on real stars and downloads signals from source data.
authentication
0
create-ui-component
0
db-migration
0
orpc-endpoint
0
security-review
0
vitest-tester
0
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.
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.
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.
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.
Security audit for alta-cancha-fs. Reviews ORPC handlers, routes, and auth flows for missing ownership checks, unprotected endpoints, input validation gaps, and RBAC violations.
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.