Domains
Forms
- SKILL.md25.0%
- references50.0%
- other25.0%
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
When implementing or debugging any network request, API call, data fetching, caching, offline support, auth/token management, or Expo Router loaders in an Expo app.
Correct, secure networking code with proper caching, offline support, and auth for Expo apps, reducing bugs and rework.
Use Cases
A developer building a new Expo app needs to fetch user profiles from a REST API and cache them. Using this skill, they get React Query setup, typed error handling, and EXPO_PUBLIC_ env config. It saves research time and ensures offline-capable, maintainable data layers from day one.
A team sees random network crashes in production. They invoke the skill to follow the decision tree: add AbortController cancellation, NetInfo offline checks, and SecureStore token refresh. The result is fewer crashes, graceful offline behavior, and secure auth in their shipped app.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File