About
This skill streamlines the process of integrating backend APIs into React applications by establishing a single source of truth through OpenAPI specifications. It leverages Apidog and the Model Context Protocol (MCP) to allow Claude to read live API definitions, generate precise TypeScript types, and implement a robust query layer using TanStack Query and Axios. By enforcing runtime validation with Zod and providing structured patterns for hooks and mutations, it ensures frontend-backend alignment and significantly reduces integration errors in complex applications.