Backend Patterns

Generally-applicable backend/data best practices. Use whenever writing or modifying backend/data code — API routes, server actions, DB writes, background jobs, agent tools, import flows, webhooks, paste handlers, or anywhere data enters the system. Consult BEFORE writing the code so the patterns are baked in, not retrofitted. If a scenario described in the skill body matches the work, apply the pattern — don't ask, just follow it (call out the choice in one line so the user can override).

ilamanov 0c1319b 3.4 KB Updated

File contents

ilamanov/skills/tree/main/skills/backend-patterns commit 0c1319b06f

Frequently asked questions

npx skillmds@latest add ilamanov/backend-patterns