·api-design
</>

api-design

affaan-m/everything-claude-code

REST API 设计模式,包括资源命名、状态代码、分页、过滤、错误响应、版本控制和生产 API 的速率限制。

130安装·38热度·@affaan-m

安装

$npx skills add https://github.com/affaan-m/everything-claude-code --skill api-design

SKILL.md

Conventions and best practices for designing consistent, developer-friendly REST APIs.

| Method | Idempotent | Safe | Use For |

| GET | Yes | Yes | Retrieve resources | | POST | No | No | Create resources, trigger actions | | PUT | Yes | No | Full replacement of a resource | | PATCH | No | No | Partial update of a resource | | DELETE | Yes | No | Remove a resource |

REST API 设计模式,包括资源命名、状态代码、分页、过滤、错误响应、版本控制和生产 API 的速率限制。 来源:affaan-m/everything-claude-code。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/affaan-m/everything-claude-code --skill api-design
分类
</>开发工具
认证
收录时间
2026-02-14
更新时间
2026-02-18

快速解答

什么是 api-design?

REST API 设计模式,包括资源命名、状态代码、分页、过滤、错误响应、版本控制和生产 API 的速率限制。 来源:affaan-m/everything-claude-code。

如何安装 api-design?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/affaan-m/everything-claude-code --skill api-design 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/affaan-m/everything-claude-code