Author Profile: FabrizzioLoPresti

Skills published by FabrizzioLoPresti with real stars/downloads and source-aware metadata.

Total Skills

6

Total Stars

0

Total Downloads

0

RSS Feed

Skills Performance

Comparison chart based on real stars and downloads signals from source data.

authentication

0

Stars
0
Downloads
0

create-ui-component

0

Stars
0
Downloads
0

db-migration

0

Stars
0
Downloads
0

orpc-endpoint

0

Stars
0
Downloads
0

security-review

0

Stars
0
Downloads
0

vitest-tester

0

Stars
0
Downloads
0

Published Skills

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
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
General

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.

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
Security

security-review

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.

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
Author FabrizzioLoPresti | V50.AI