backend-platform

Build a Fastify, Prisma, Redis, and Stripe backend API scaffold with authentication and real-time channels.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/GORKHAI/GORKH --skill backend-platform
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backend-platform
Source: https://github.com/GORKHAI/GORKH/tree/main/.kimi/skills/backend-platform
Command: npx skills add https://github.com/GORKHAI/GORKH --skill backend-platform

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a production-ready backend/API scaffold for GORKH, consolidating Fastify, PostgreSQL/Prisma, Redis, authentication, sessions, and real-time channels to accelerate secure, scalable API work.

Core Features & Use Cases

  • End-to-end API scaffold for apps/api, including routes, middleware, database schemas, auth flows, WebSocket, and SSE.
  • Production bootstrap with robust logging, error handling, security best practices, and service orchestration for deployments.
  • Integrations for billing (Stripe), downloads/updater endpoints, device/session coordination, and health/metrics surfaces.

Quick Start

Boot up the Fastify API server wired to Prisma and Redis, configure environment variables, and run locally.

Frequently Asked Questions about backend-platform

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

FAQPage Schema
How do I build a scalable Fastify backend with Prisma and Redis?

Use this scaffold to build a Fastify backend wired to PostgreSQL via Prisma and Redis. It provides a production-ready API structure including routes, middleware, database schemas, and authentication to accelerate secure backend development.

How do I implement token-based authentication and session handling in a Fastify API?

Implement token-based authentication and session handling in a Fastify API using the enforced auth flows and Redis session coordination provided. The scaffold manages secure token validation and session storage out of the box.

What's the best way to add WebSocket and SSE real-time channels to a Fastify application?

Add real-time channels to a Fastify application by configuring the integrated WebSocket and SSE endpoints. The scaffold handles real-time communication orchestration, allowing your API to push live updates securely to connected clients.

Can I integrate Stripe billing and rate limiting into an existing Prisma and Fastify stack?

Yes, you can integrate Stripe billing and rate limiting into a Prisma and Fastify stack. The scaffold includes billing integration endpoints and enforces Redis-backed rate limiting to secure your API against excessive requests.

Does this backend scaffold include production deployment considerations like health and metrics endpoints?

Yes, this backend scaffold includes production deployment considerations like health and metrics endpoints. It provides robust logging, safe error handling, and service orchestration to ensure production-grade tooling and monitoring.