pagination-implementer
CommunityImplement correct offset pagination.
AuthorSebdysart
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill prevents the common AI error of implementing cursor-based pagination, which is incompatible with the HustleXP backend and breaks existing systems. It ensures the correct offset-based pagination pattern is used for all list procedures.
Core Features & Use Cases
- Enforces Offset Pagination: Guarantees that all list endpoints use
{ collection, total }return shapes, not{ items, nextCursor }. - Guides Backend Implementation: Provides specific SQL and Prisma patterns for implementing offset pagination.
- Guides iOS Caller Updates: Details how to update Swift services to consume the correct pagination response.
- Use Case: When adding a new feature to list user-generated tasks, this Skill ensures the API endpoint correctly returns a paginated list with the total count, preventing integration issues with the iOS app.
Quick Start
Use the pagination-implementer skill to add offset-based pagination to the admin.listUsers procedure in the backend.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: pagination-implementer Download link: https://github.com/Sebdysart/omni-link-hustlexp/archive/main.zip#pagination-implementer Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.