Acerca de
This skill provides specialized patterns and best practices for building type-safe API contracts within TypeScript environments. It enforces strict typing rules, facilitates runtime validation through Zod schema integration, and provides standardized templates for generic API response wrappers. By utilizing this skill, developers can eliminate type ambiguity, prevent runtime errors from malformed data, and maintain a consistent, predictable interface between frontend and backend services.