Stats
Actions
Tags
How 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`
/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/resourceGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub logos-liber/atlas-agent-teams