Solid reference for REST API conventions that covers the stuff you actually need: resource naming (plural nouns, kebab-case), proper HTTP status codes (not everything is a 200), pagination strategies (offset vs cursor), and error response formatting. The status code table alone saves you from second-guessing whether to return 400 or 422. Includes practical examples of filtering with bracket notation, sorting with minus prefixes, and rate limiting headers. The cursor-based pagination section is especially useful since offset-based falls apart at scale but most tutorials only show the simple approach. Good for both designing new APIs and reviewing existing ones to spot inconsistencies.
npx -y skills add affaan-m/ecc --skill api-design --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
prisma/skills
firebase/agent-skills
Dexploarer/hyper-forge
itsmostafa/aws-agent-skills