What problem does it solve?
Managing frontend-backend API contracts, routes, clients, and type definitions across a codebase can be complex, leading to type mismatches and integration issues.
Core Features & Use Cases
- API Endpoint Navigation: Explore backend API routes (v1, v2) and frontend API clients for various services, understanding the full API surface.
- Cross-Stack Type Clarity: Understand how TypeScript contracts and database types ensure consistent data flow between frontend and backend, preventing "Type error" issues.
- Middleware & Testing Insights: Locate backend middleware for authentication/CORS and find integration/E2E tests for API validation.
- Use Case: When adding new API endpoints or debugging "404 Not Found" errors, this Skill provides immediate context on API design, contracts, and client integration.
Quick Start
Ask about "API design" or "type mismatches" to get context on API endpoint definitions, request/response types, and cross-stack integration.