typescript:fastify

Installation
SKILL.md

Fastify

Fast, low-overhead web framework for Node.js with TypeBox schema validation.

Additional References

Setup

npm i fastify @fastify/type-provider-typebox @sinclair/typebox
import Fastify from 'fastify'
import { TypeBoxTypeProvider } from '@fastify/type-provider-typebox'
Installs
3
GitHub Stars
29
First Seen
Mar 10, 2026
typescript:fastify — martinffx/claude-code-atelier