designing-apis
✓使用 RESTful、GraphQL 和事件驱动模式设计安全、可扩展且可维护的 API。在设计新 API、改进现有 API 或为团队建立 API 标准时使用。
SKILL.md
Design well-structured, scalable APIs using REST, GraphQL, or event-driven patterns. Focus on resource design, versioning, error handling, pagination, rate limiting, and security.
| Method | Idempotent | Safe | Use For | Success Status |
| GET | Yes | Yes | Read resource | 200 OK | | POST | No | No | Create resource | 201 Created | | PUT | Yes | No | Replace entire resource | 200 OK, 204 No Content | | PATCH | No | No | Update specific fields | 200 OK, 204 No Content | | DELETE | Yes | No | Remove resource | 204 No Content, 200 OK |
使用 RESTful、GraphQL 和事件驱动模式设计安全、可扩展且可维护的 API。在设计新 API、改进现有 API 或为团队建立 API 标准时使用。 来源:ancoleman/ai-design-components。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/ancoleman/ai-design-components --skill designing-apis- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 designing-apis?
使用 RESTful、GraphQL 和事件驱动模式设计安全、可扩展且可维护的 API。在设计新 API、改进现有 API 或为团队建立 API 标准时使用。 来源:ancoleman/ai-design-components。
如何安装 designing-apis?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/ancoleman/ai-design-components --skill designing-apis 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/ancoleman/ai-design-components
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-01