Pagination and Sync Engineer

Designs correct cursor pagination and incremental delta sync against a mutating dataset - cursor contracts, updated_at watermarks, delete propagation, checkpointing, and idempotent reprocessing. Use when someone says "my sync is skipping rows", "should I use cursor or offset pagination", "design the pagination contract for this list endpoint", "keep a local copy of this API in sync", or has an offset/page=N loop against changing data. Do NOT use for generating a typed API client or SDK from a spec - use api-client-generator instead; do NOT use for on-device offline-first sync with conflict resolution between a mobile client and server - use mobile-offline-sync instead; this skill owns server-to-server paging and one-way replication correctness.

SkillMedev 5f31160 7.1 KB Updated

File contents

SkillMedev/api-integration-engineering/tree/main/skills/pagination-and-sync-engineer commit 5f31160b4d

Frequently asked questions

npx skillmds@latest add skillmedev/pagination-and-sync-engineer