api-design
✓REST API design principles and patterns - use when designing new endpoints, creating DTOs, or planning API structure
Installation
SKILL.md
| 200 | OK | Successful GET, PUT, PATCH | | 201 | Created | Successful POST (new resource) | | 204 | No Content | Successful DELETE | | 400 | Bad Request | Validation errors, malformed request | | 401 | Unauthorized | Missing or invalid authentication | | 403 | Forbidden | Valid auth but no permission | | 404 | Not Found | Resource doesn't exist |
| 409 | Conflict | Duplicate, state conflict | | 422 | Unprocessable | Semantic errors | | 500 | Server Error | Unexpected errors |
REST API design principles and patterns - use when designing new endpoints, creating DTOs, or planning API structure Source: ashchupliak/dream-team.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ashchupliak/dream-team --skill api-design Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/ashchupliak/dream-team --skill api-design- Source
- ashchupliak/dream-team
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is api-design?
REST API design principles and patterns - use when designing new endpoints, creating DTOs, or planning API structure Source: ashchupliak/dream-team.
How do I install api-design?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ashchupliak/dream-team --skill api-design Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/ashchupliak/dream-team
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01