Designs standardized RESTful API contracts using best practices for endpoint mapping, schema definition, and error handling.
The patterns-api-contracts skill is a specialized tool for Claude Code that enables the creation of high-quality, spec-first RESTful API designs. It streamlines the development process by mapping user actions to appropriate HTTP methods, defining rigorous OpenAPI 3.0.3 schemas, and establishing consistent error response patterns. Whether you are building a greenfield microservice or integrating with existing brownfield systems, this skill ensures your API contracts are scalable, readable, and traceable to functional requirements.
Características Principales
01Standardized HTTP error response patterns
027 GitHub stars
03Brownfield API alignment and collision handling
04Pagination and filtering logic design
05OpenAPI 3.0.3 compliant schema generation
06Comprehensive action-to-endpoint mapping
Casos de Uso
01Refactoring legacy APIs to follow modern REST conventions
02Documenting existing endpoints into a formal OpenAPI specification
03Designing a new RESTful microservice from scratch