.agents/skills/mojaz-api-design-endpoint-conventions/SKILL.md
API design and endpoint conventions
npx skillsauth add ZakariaAl-honyny/Mojaz .agents/skills/mojaz-api-design-endpoint-conventionsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
{
"success": true|false,
"message": "string",
"data": T|null,
"errors": ["string"]|null,
"statusCode": 200
}
Pagination Parameters ?page=1&pageSize=20&sortBy=createdAt&sortDir=desc&search=keyword
Every Endpoint Must Have: [Authorize(Roles = "...")] or [AllowAnonymous] [ProducesResponseType] for each possible status code XML documentation comment (/// summary) Swagger documentation
development
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
testing
Create and manage Agent Skills following the agentskills.io specification. Use when users want to create, validate, or modify skills for AI agents.
testing
Testing standards and patterns
development
Security requirements — NON-NEGOTIABLE