backend-master

Guide TypeScript backend architecture decisions across APIs, authentication, Prisma, Zod, Pino, Vitest, and Docker.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/andrey-belen/alto-iam-cloud --skill backend-master-andrey-belen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backend-master
Source: https://github.com/andrey-belen/alto-iam-cloud/tree/main/.claude/skills/backend-master
Command: npx skills add https://github.com/andrey-belen/alto-iam-cloud --skill backend-master-andrey-belen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves backend architecture decision paralysis for TypeScript projects by providing a unified decision framework and ready-to-adopt patterns.

Core Features & Use Cases

  • Unified backend blueprint: API layer choices (tRPC/REST), authentication strategies, Prisma integration, Zod validation, Pino logging, Vitest testing, and Docker deployment.
  • Reusable templates: directory structure, example config, and decision trees to accelerate project setup.
  • Use case: Starting a new TypeScript backend project, use this Skill to quickly determine tech stack, create a scalable skeleton, and establish deployment workflows.

Quick Start

Initiate a backend project scaffolding by following the example setup in the Skill, then adapt the APIs, authentication, and database layers to your needs.

Frequently Asked Questions about backend-master

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

FAQPage Schema
How do I structure a TypeScript backend project with tRPC, Prisma, and Zod?

Structure a TypeScript backend by adopting a unified blueprint that integrates tRPC for the API layer, Prisma for database access, and Zod for validation. This framework provides reusable directory structures and decision trees to accelerate setup.

What is the best way to choose between tRPC and REST for a TypeScript backend?

Choosing between tRPC and REST involves evaluating API layer trade-offs. This framework guides teams through these architectural decisions, providing templates and patterns to determine the optimal tech stack based on project requirements.

Can I use this TypeScript backend framework with Docker for deployment?

Yes, you can use this framework with Docker. It includes Docker deployment workflows as part of its backend architecture blueprint, guiding teams through establishing scalable deployment pipelines for TypeScript projects.

Does this backend architecture framework include authentication and logging setup?

Yes, the framework includes authentication strategies and Pino logging setup. It encodes ready-to-use templates for these components, alongside Vitest testing and Prisma integration, to establish a complete backend skeleton.

When should I use a predefined TypeScript backend framework instead of custom setup?

Use a predefined TypeScript backend framework when facing architecture decision paralysis. It encodes ready-to-adopt patterns for API layers, validation, and deployment, accelerating project setup and establishing scalable workflows.