backend

Create Fastify API endpoints with camelCase conventions and Zod validation.

Updated Dec 3, 2025
One-click install
npx skills add https://github.com/tidemann/st44-home --skill backend-tidemann
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backend
Source: https://github.com/tidemann/st44-home/tree/main/.claude/skills/backend
Command: npx skills add https://github.com/tidemann/st44-home --skill backend-tidemann

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fastify API development with camelCase conventions, SQL queries, Zod schemas, authentication, and robust type safety.

Core Features & Use Cases

  • Route handlers, middleware, and authentication
  • PostgreSQL queries with camelCase columns
  • Zod-based validation and type-safe responses
  • Error handling and security best practices

Quick Start

Example: /backend Create a new endpoint /tasks following camelCase conventions