From helloagents
构建、修改或审查 REST API、GraphQL 端点、webhook、中间件、请求/响应处理、API 版本管理、限流或分页时使用。包含设计规范、请求验证、统一响应格式、版本化、限流等规则。
How this skill is triggered — by the user, by Claude, or both
Slash command
/helloagents:hello-apiThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
API 相关代码必须遵循以下规范。
API 相关代码必须遵循以下规范。
先确定资源模型和端点契约,再写代码。
/users,嵌套 /users/:id/posts{ data, meta? }{ error: { code, message, details? } }?page=1&limit=20 或 cursor-based?sort=created_at&order=desc/v1/ 或 header*npx claudepluginhub hellowind777/helloagents --plugin helloagentsGuides REST and GraphQL API design including endpoint structure, error handling, versioning, and documentation. Best for new APIs or contract reviews.
Guides RESTful API design and implementation: resource naming, HTTP methods, URL patterns, error responses, versioning, and core principles.