概要
This skill enables Claude to autonomously architect and build comprehensive API endpoints following REST and GraphQL best practices. By intelligently detecting your project's framework—including Node.js (Express, NestJS, Fastify) and Python (FastAPI, Django, Flask)—it generates a clean, layered structure that separates concerns between routing, business logic, and data operations. It ensures every endpoint is production-ready by including Zod/Pydantic validation, JWT authentication, error handling, unit tests, and OpenAPI/Swagger documentation, making it an essential tool for rapid backend development and standardizing API design patterns.