Acerca de
This skill provides a comprehensive framework for developing resilient TypeScript APIs by mandating explicit return types and implementing strict runtime validation via Zod. It offers standardized patterns for API response wrappers, clear guidance on choosing between interfaces and types, and provides a suite of utility types for efficient data transformation. By eliminating anti-patterns like the 'any' type and unsafe non-null assertions, it ensures that your API contracts are self-documenting, reliable, and easy to maintain across the full stack.