From helloagents
Guides building, modifying, or reviewing REST APIs, GraphQL endpoints, webhooks, middleware, request/response handling, with standards for validation, unified responses, versioning, rate limiting, and pagination.
npx claudepluginhub hellowind777/helloagents --plugin helloagentsThis skill uses the workspace's default tool permissions.
API 相关代码必须遵循以下规范。
Designs REST and GraphQL APIs with endpoints, error handling, versioning, HTTP codes, response formats, and OpenAPI docs. For new APIs, endpoint design, contract reviews.
Designs REST and GraphQL APIs including endpoint design, authentication, versioning, documentation, and best practices. Use for backend API creation, contracts, or third-party integrations.
Designs REST and GraphQL APIs with resource-oriented principles, HTTP methods, status codes, pagination, filtering, sorting, and schema design. Use when designing new APIs or improving existing ones.
Share bugs, ideas, or general feedback.
API 相关代码必须遵循以下规范。
先确定资源模型和端点契约,再写代码。
/users,嵌套 /users/:id/posts{ data, meta? }{ error: { code, message, details? } }?page=1&limit=20 或 cursor-based?sort=created_at&order=desc/v1/ 或 header*