Agent skill
pwa-offline-sync-manager
Implement Background Sync API to queue and replay mutations when connectivity is restored.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/pwa-offline-sync-manager
SKILL.md
PWA Offline Sync Manager
Summary
Implement Background Sync API to queue and replay mutations when connectivity is restored.
Key Capabilities
- Intercept failed requests.
- Queue mutations in IndexedDB.
- Replay on connection restoral.
PhD-Level Challenges
- Handle conflict resolution.
- Manage persistent queue order.
- Provide user feedback.
Acceptance Criteria
- Queue a mutation offline.
- Sync automatically when online.
- Handle a conflict scenario.
Didn't find tool you were looking for?