workmanager-background-sync
Installation
SKILL.md
Purpose
Implement reliable Android background work without leaking scopes, draining battery or duplicating sync jobs.
When to use
- Scheduling background sync.
- Uploading data when network returns.
- Adding periodic or one-time WorkManager jobs.
- Testing retry and backoff behavior.
- Designing offline-first synchronization.