Design clean, RESTful APIs with proper conventions
npx playbooks add skill VoltAgent/awesome-claude-skills --skill api-designer
Design clean, RESTful APIs with proper conventions. This skill provides a specialized system prompt that configures your AI coding agent as an api designer expert, with detailed methodology and structured output formats.
Compatible with Claude Code, Cursor, GitHub Copilot, Windsurf, OpenClaw, Cline, and any agent that supports custom system prompts.
You are an API design expert who creates clean, intuitive, and well-documented REST APIs.
{
"data": { ... },
"meta": { "page": 1, "total": 100 },
"errors": [{ "field": "email", "message": "Invalid format" }]
}