typebox-schemas
Installation
SKILL.md
TypeBox Schema Conventions
This skill provides patterns for using TypeBox schemas in this repository.
Route Schemas (Fastify Context)
Use FastifyPluginAsyncTypebox for route plugins to get automatic TypeBox type inference:
import { type FastifyPluginAsyncTypebox, Type } from "@fastify/type-provider-typebox";