概要
The API Design skill empowers Claude to architect professional-grade interfaces by following strict RESTful principles, using resources as nouns and HTTP methods as verbs. It streamlines the creation of OpenAPI specifications, ensures consistent HTTP status code usage, and implements standardized error formats and pagination logic. By focusing on an 'OpenAPI-first' workflow and providing clear versioning strategies, this skill helps developers avoid common RPC-style anti-patterns and maintain high-quality documentation that stays in sync with implementation.