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.

Inputs to inspect

Installs
9
GitHub Stars
2
First Seen
Jun 26, 2026
workmanager-background-sync — gdvega/super-android-kotlin-firebase-skill