·pagination
</>

pagination

dadbodgeoff/drift

Implement cursor-based and offset pagination for APIs. Covers efficient database queries, stable sorting, and pagination metadata.

9Installs·0Trend·@dadbodgeoff

Installation

$npx skills add https://github.com/dadbodgeoff/drift --skill pagination

SKILL.md

Pros: Simple, supports "jump to page" Cons: Slow on large datasets, inconsistent with concurrent writes

Pros: Fast, consistent, works with real-time data Cons: No "jump to page", slightly more complex

Implement cursor-based and offset pagination for APIs. Covers efficient database queries, stable sorting, and pagination metadata. Source: dadbodgeoff/drift.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/dadbodgeoff/drift --skill pagination Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/dadbodgeoff/drift --skill pagination
Category
</>Dev Tools
Verified
First Seen
2026-02-05
Updated
2026-02-18

Quick answers

What is pagination?

Implement cursor-based and offset pagination for APIs. Covers efficient database queries, stable sorting, and pagination metadata. Source: dadbodgeoff/drift.

How do I install pagination?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/dadbodgeoff/drift --skill pagination Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/dadbodgeoff/drift