fastify-routes
✓Guide for creating Fastify route handlers with TypeBox schemas and OpenAPI documentation. Use when adding new routes to app/src/routes/.
Installation
SKILL.md
This skill provides patterns for creating Fastify routes with TypeBox validation and OpenAPI documentation.
Routes are located in app/src/routes/. Each route file exports a default async function that registers routes on a Fastify instance.
Each route must have a corresponding test file in app/tests/unit/. Routes in src/routes/ have tests in tests/unit/routes/, and module routes in src/modules/ have tests in tests/unit/modules/.
Guide for creating Fastify route handlers with TypeBox schemas and OpenAPI documentation. Use when adding new routes to app/src/routes/. Source: janisto/fastify-playground.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/janisto/fastify-playground --skill fastify-routes- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is fastify-routes?
Guide for creating Fastify route handlers with TypeBox schemas and OpenAPI documentation. Use when adding new routes to app/src/routes/. Source: janisto/fastify-playground.
How do I install fastify-routes?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/janisto/fastify-playground --skill fastify-routes Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/janisto/fastify-playground
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01