What problem does it solve?
This Skill removes the guesswork from building frontend API calls by showing how to compose type-safe GraphQL operations, choose the right UI or data builder, and handle responses correctly in app code.
Core Features & Use Cases
- Frontend CRUD and Actions: Build create, read, update, delete, and custom action flows for React views, hooks, and services.
- Type-Safe Query Construction: Use generated @gql types, explicit generics, field selection, pagination, and auto-expansion for references and compositions.
- Error-Aware UI Handling: Map validation, permission, and not-found unions into field-level or form-level feedback instead of treating every failure the same.
- Use Case: A frontend engineer can generate a paginated task list, open a detail view, submit an update form, and branch on union responses without writing raw GraphQL strings.
Quick Start
Use the frontend-api skill to generate a type-safe React data flow for fetching, listing, and updating records with pagination and validation handling.