Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub logos-liber/atlas-agent-teamsHow this skill is triggered — by the user, by Claude, or both
Slash command
/fullstack-dev:api-designThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Use plural nouns for resources: `/users`, `/posts`, `/comments`
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
/users, /posts, /comments/users/:id/posts/posts?status=published&author=123{
"data": {},
"error": null,
"meta": { "page": 1, "total": 42 }
}
{
"data": null,
"error": {
"code": "VALIDATION_ERROR",
"message": "Human-readable message",
"details": [{ "field": "email", "message": "Invalid format" }]
}
}
/api/v1/resource