Backend API Response

Use this skill when designing API response contracts — Response<T>, exception handling, error codes, pagination envelopes, standardized payload contracts. This skill enforces: uniform ApiResponse<T> envelope, UPPER_SNAKE_CASE error codes, pagination for list endpoints, ISO 8601 UTC timestamps. Do NOT use for: endpoint routing design, database schema, authentication flows.

j4flmao Updated

File contents

j4flmao/agent-skills/tree/main/skills/backend/universal/api-response commit dea20d765b

Frequently asked questions

npx skillmds@latest add j4flmao/backend-api-response