Design and implement RESTful APIs, endpoints, and integration patterns. Use when building or modifying API endpoints.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill api --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Api?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-api)More formats (shields.io, HTML) on the badges page.
---
name: api
description: Design and implement RESTful APIs, endpoints, and integration patterns. Use when building or modifying API endpoints.
---
## api
Design and implement APIs.
### RESTful design
- Nouns for resources: /users, /posts/:id
- HTTP methods: GET (read), POST (create), PUT (replace), PATCH (update), DELETE (remove)
- Consistent error responses
- Pagination for lists: ?page=1&limit=20
- Versioning: /v1/users
### Security
- Authentication via headers
- Input validation on all endpoints
- Rate limiting
- CORS configuration
- HTTPS only
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!