Skip to content
OpenAgentsbeta
yaml
1schema: 1
2name: api-design-review
3owner: openagents
4version: 1.0.0
5kind: skill
6title: API Design Review
7summary: "Review an HTTP or RPC interface before it ships: naming, errors, pagination, versioning, and the parts that become permanent"
8license: MIT
9tags: [api, design, review, http, skill]
10runtimes: [claude-code, cursor, codex, openai-agents, generic]
11pricing:
12 model: free
13 amount_cents: 0
14 currency: usd
15entry: SKILL.md
16files:
17 - SKILL.md
18 - checklist.md
19inputs:
20 - name: spec
21 type: string
22 required: true
23 description: "The API definition: OpenAPI file, route handlers, or a written proposal"
24 - name: audience
25 type: string
26 required: false
27 default: internal
28 description: "internal | partner | public - how expensive a breaking change will be"
29requires: []
30

Keyboard shortcuts

Focus search
/
Go to Explore
ge
Go to Home
gh
Go to Tags
gt
Go to Collections
gc
Show this help
?
Close suggestions or this dialog
Esc