Craft Backend

The Craftsman standard for building and reviewing backend code — API routes, request validation, the authentication boundary, service/business logic, error handling, route rate-limit middleware, third-party integrations, and background jobs. Use this WHENEVER the work touches the server side: adding or reviewing a route, validating input, authenticating a request, tracing a 500, writing a service layer, wiring an integration, or handling a job. Trigger even when the user only says "add an endpoint", "validate this input", "why is this returning 500", or "secure this route" without naming a framework. Handoffs: see "Scope boundaries" in the body.

gul-labs ead47ba 6 files · 110.4 KB Updated

File contents

gul-labs/craftsman-marketplace/tree/main/plugins/craftsman/skills/craft-backend commit ead47ba37f

Frequently asked questions

npx skillmds@latest add gul-labs/craft-backend