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";
Installs
4
First Seen
Jan 27, 2026
typebox-schemas — janisto/fastify-playground