Enforces REST API best practices
Scanned 2/12/2026
Install to Claude Code
npx -y skills add galando/piv-speckit --skill api-design --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Api Design?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/galando-api-design)More formats (shields.io, HTML) on the badges page.
---
description: Enforces REST API best practices
triggers:
- file_pattern: "*Controller.java;*Router.ts;api/*.ts;routes/*.js"
---
# API Design Skill
**Checks:**
- HTTP methods correct (GET/POST/PUT/DELETE)
- DTOs only (NO entities)
- RESTful names (/users not /getUsers)
- Status codes (200/201/204/400/404)
- @Valid on request bodies
- Error handling
- Auth on protected endpoints
**For complete API design guidelines:** Read `${CLAUDE_PLUGIN_ROOT}/.claude-plugin/reference/skills-full/api-design-full.md`
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!