mobile-api-integration
Installation
SKILL.md
Mobile API Integration
Trigger
Use this skill when the user:
- Needs to connect their app to a REST or GraphQL API
- Asks about data fetching, caching, or offline support
- Wants to add auth headers to API requests
- Needs retry logic or error handling for network calls
- Mentions "API", "fetch", "Axios", "REST", "GraphQL", "React Query", "offline", or "cache"
Required Inputs
- API type: REST or GraphQL
- Auth method: Bearer token, API key, or none
- Offline requirements (optional): queue requests when offline, cache responses, or neither