·bknd-pagination
{}

bknd-pagination

cameronapak/bknd-skills

Use when implementing paginated data retrieval in Bknd. Covers limit/offset pagination, page calculation, pagination metadata (total, hasNext, hasPrev), pagination helper functions, infinite scroll, and React integration patterns.

7Installs·0Trend·@cameronapak

Installation

$npx skills add https://github.com/cameronapak/bknd-skills --skill bknd-pagination

SKILL.md

Implement paginated data retrieval for lists, tables, and infinite scroll using Bknd's limit/offset pagination.

UI steps: Admin Panel > Data > Select Entity > Use pagination controls at bottom

| limit | number | 10 | Records per page | | offset | number | 0 | Records to skip |

Use when implementing paginated data retrieval in Bknd. Covers limit/offset pagination, page calculation, pagination metadata (total, hasNext, hasPrev), pagination helper functions, infinite scroll, and React integration patterns. Source: cameronapak/bknd-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/cameronapak/bknd-skills --skill bknd-pagination
Category
{}Data Analysis
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is bknd-pagination?

Use when implementing paginated data retrieval in Bknd. Covers limit/offset pagination, page calculation, pagination metadata (total, hasNext, hasPrev), pagination helper functions, infinite scroll, and React integration patterns. Source: cameronapak/bknd-skills.

How do I install bknd-pagination?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/cameronapak/bknd-skills --skill bknd-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/cameronapak/bknd-skills