neolink-fastify-gateway-generator

Generate Fastify gateway controller and route boilerplate with typings and RPC integration.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/Shockwave2k/team-claude-skills --skill neolink-fastify-gateway-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: neolink-fastify-gateway-generator
Source: https://github.com/Shockwave2k/team-claude-skills/tree/main/skills/backend/neolink-fastify-gateway-generator
Command: npx skills add https://github.com/Shockwave2k/team-claude-skills --skill neolink-fastify-gateway-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of gateway boilerplate (controller, routes, and schemas) for new endpoints in the neolink-logistic Fastify gateway service, dramatically reducing manual boilerplate work.

Core Features & Use Cases

  • Scaffold a new gateway endpoint with properly named controller and route files, including TypeScript typings and schema scaffolding.
  • Auto-derive route params from path segments, generate request/response schemas, and wire up basic RPC calls.
  • Include optional permission checks and authentication scaffolding when required, enabling secure, ready-to-fill endpoints.

Quick Start

Provide the HTTP method and route path, and the skill will generate the corresponding gateway controller and route boilerplate.

Frequently Asked Questions about neolink-fastify-gateway-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I auto-generate Fastify gateway boilerplate for a new endpoint?

Auto-generate Fastify gateway boilerplate by providing an HTTP method and route path; the tool outputs controller and route files with TypeScript typings, schemas, and an RPC integration point.

What is included in Fastify controller and route scaffolding for backend APIs?

Fastify controller and route scaffolding includes TypeScript typings, request and response schemas, auto-derived path params, query string handling, and an RPC integration point.

How do I add permission checks and authentication scaffolding to a Fastify gateway route?

Add permission checks and authentication scaffolding to a Fastify gateway route by enabling the optional security features during endpoint generation to produce secure, ready-to-fill code.

Can I generate TypeScript typings and schema scaffolding for Fastify routes with path params and body?

Yes, gateway generation supports typical backend scenarios including path params, body payloads, and query strings, producing TypeScript typings and schema scaffolding automatically.

Does this Fastify code-generation tool work for RPC integration scenarios?

Yes, the Fastify code-generation tool works for RPC integration scenarios by wiring up basic RPC calls within the generated controller boilerplate for new endpoints.

What are the limitations of using gateway scaffolding for Fastify endpoint creation?

Gateway scaffolding for Fastify endpoint creation handles basic permission checks and standard HTTP methods, meaning complex custom middleware logic or advanced validation may require manual implementation after generation.