·api designer
</>

api designer

daffy0208/ai-dev-standards

设计 REST 和 GraphQL API。在创建后端 API、定义 API 合约或集成第三方服务时使用。涵盖端点设计、身份验证、版本控制、文档和最佳实践。

47安装·1热度·@daffy0208

安装

$npx skills add https://github.com/daffy0208/ai-dev-standards --skill api designer

SKILL.md

| Method | Purpose | Idempotent | Safe | Request Body | Response Body |

| GET | Retrieve data | Yes | Yes | No | Yes | | POST | Create resource | No | No | Yes | Yes (created) | | PUT | Replace resource | Yes | No | Yes | Yes (optional) | | PATCH | Partial update | No | No | Yes | Yes (optional) | | DELETE | Remove resource | Yes | No | No | No (204) or Yes |

Idempotent: Multiple identical requests have same effect as single request Safe: Request doesn't modify server state

设计 REST 和 GraphQL API。在创建后端 API、定义 API 合约或集成第三方服务时使用。涵盖端点设计、身份验证、版本控制、文档和最佳实践。 来源:daffy0208/ai-dev-standards。

查看原文

可引用信息

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

安装命令
npx skills add https://github.com/daffy0208/ai-dev-standards --skill api designer
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 api designer?

设计 REST 和 GraphQL API。在创建后端 API、定义 API 合约或集成第三方服务时使用。涵盖端点设计、身份验证、版本控制、文档和最佳实践。 来源:daffy0208/ai-dev-standards。

如何安装 api designer?

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

这个 Skill 的源码在哪?

https://github.com/daffy0208/ai-dev-standards