一键导入
api-designer
Design and document the REST and GraphQL API layer. Use when the user asks to define routes, request/response contracts, API docs, or example payloads.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Design and document the REST and GraphQL API layer. Use when the user asks to define routes, request/response contracts, API docs, or example payloads.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build and extend the personalization system. Use when adding behavior tracking, user preferences, personalized feeds, or privacy controls.
Build and extend the recommendation engine. Use when adding related posts, trending, personalized feeds, or saved posts.
Build and extend the search system. Use when adding search routes, indexing, ranking, filters, or search analytics.
Seo Keyword Research capability
Affiliate click and conversion tracking skill for DZIRE_v1. Records clicks, attributes conversions via session/click ID, and manages payout records.
Stripe payment integration skill for DZIRE_v1. Handles Checkout sessions, webhook verification, customer management, and payment security.
| name | api-designer |
| description | Design and document the REST and GraphQL API layer. Use when the user asks to define routes, request/response contracts, API docs, or example payloads. |
| category | build |
| version | v1.0 |
| inputs | ["user request","backend service definitions","existing api/ folder"] |
| outputs | ["REST route map","Pydantic schemas (contracts)","API documentation","Example payloads"] |
Define clean, typed, well-documented API contracts between the backend and frontend.
Use this skill when the user asks to:
/api/v1/), Pydantic v2, GraphQL (Strawberry) optionalpositions, reviews, users)GET, POST, PUT/PATCH, DELETEapi/ route map# [Resource] API
## Routes
| Method | Path | Auth | Description |
## Schemas
- Request: [fields]
- Response: [fields]
## Examples
- Request payload
- Response payload
/api/v1/[resource] conventionapi/ route map