REST API design principles and implementation. Use when designing or consuming REST APIs.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill rest --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Rest?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-rest)More formats (shields.io, HTML) on the badges page.
---
name: rest
description: REST API design principles and implementation. Use when designing or consuming REST APIs.
---
## rest
Design clean REST APIs.
### URL structure
- /resources - collection
- /resources/:id - single resource
- /resources/:id/sub - nested
### Response format
- Consistent envelope: data, meta, error
- Standard status codes
- Meaningful error messages
### Status codes
- 200 OK, 201 Created, 204 No Content
- 400, 401, 403, 404
- 409 Conflict, 422 Unprocessable, 429 Too Many
- 500, 503
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!