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.

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 "orpc-endpoint" with this command: npx skills add FabrizzioLoPresti/skillsmp-fabrizziolopresti-fabrizziolopresti-orpc-endpoint

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.

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

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

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
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
orpc-endpoint | V50.AI