·designing-apis
</>

designing-apis

ancoleman/ai-design-components

使用 RESTful、GraphQL 和事件驅動模式設計安全、可擴展且可維護的 API。在設計新 API、改進現有 API 或為團隊建立 API 標準時使用。

9安裝·0熱度·@ancoleman

安裝

$npx skills add https://github.com/ancoleman/ai-design-components --skill designing-apis

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