agentsclimarketplace

Offline sync review

Skill jukrap/ai-agent-playbook/skills/mobile/offline-sync-review

Use when changing or reviewing mobile offline mode, local cache, durable queues, sync jobs, conflict resolution, retries, idempotency, or network transition behavior.From its SKILL.md

Install
npx -y skills add jukrap/ai-agent-playbook --skill offline-sync-review

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.1 KB, 204 tokens by cl100k_base, as published. Nobody here has run it

Offline Sync Review

Use this as the primary mobile skill for offline, cache, queue, and sync correctness.

Workflow

  1. Map local storage, secure storage, cache ownership, queued operations, sync APIs, conflict rules, retry/backoff, and idempotency keys.
  2. Test online, offline, network transition, app restart, duplicate submission, partial failure, stale server state, and conflict paths when relevant.
  3. Route API payload or idempotency changes to backend/api-contract-boundary and access-token or secure-storage risk to security/auth-access-control.
  4. Record data-loss risk, replay evidence, reconciliation checks, skipped scenarios, and recovery or repair steps.

Reference

Read references/offline-storage-and-queue-checks.md for local cache, durable queue, secure storage, and persistence review.

Read references/sync-conflict-retry-checks.md for sync contracts, conflicts, retries, idempotency, and reconciliation checks.

What ships with it: 2 files

2.9 KB alongside SKILL.md

Gives 0 of the 12 instructions most review quality skills give in 204 tokens

Counted across 1,048 of the 1,783 authors here whose files we hold, read 2026-08-07

  • Ask questions one at a timein 81 of 1048, across 64 files
  • Provide a recommended answer for each questionin 73 of 1048, across 50 files
  • Explore the codebase instead of asking answerable questionsin 66 of 1048, across 42 files
  • Resolve dependencies between decisions one-by-onein 42 of 1048, across 17 files
  • Interview the user relentlessly about the planin 38 of 1048, across 13 files
  • Order findings by severityin 31 of 1048
  • Resolve each branch of the decision treein 27 of 1048, across 5 files
  • Run a grilling sessionin 26 of 1048, across 5 files
  • Update CONTEXT.md immediately when a term is resolvedin 26 of 1048, across 11 files
  • Propose precise canonical terms for vague languagein 25 of 1048, across 7 files
  • Create documentation files lazilyin 24 of 1048, across 5 files
  • Assign severity to every findingin 24 of 1048

Said here and by no other author read

  • map local storage and cache ownership
  • map queued operations and sync APIs
  • map conflict rules and retry backoff
  • map idempotency keys
  • test offline network transitions
  • test app restart and duplicate submission

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 326,506. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.