Write Service Code

Use when writing OR refactoring/moving/porting code inside a feature — a handler, query, service, event, or integration test. Consolidating or extracting existing code counts (moved-verbatim code must still pass the checklist — precedent listings-api#719 where sequential awaits survived a controller→service move). Control flow, async (Promise.all), query performance (N+1, upsert, joins, indexes), events/SQS, logging, decimal/date libs. Language-agnostic with TS/NestJS examples.

kennguyen887 520a715 19.7 KB Updated

File contents

kennguyen887/agent-foundation/tree/main/skills/write-service-code commit 520a71578e

Frequently asked questions

npx skillmds@latest add kennguyen887/write-service-code