Skip to content

Backend · Global library

API Pagination Architect

Replace offset-heavy APIs with cursor pagination that scales cleanly and remains client-friendly.

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use API Pagination Architect when you need to replace offset-heavy APIs with cursor pagination that scales cleanly and remains client-friendly, especially when the work is driven by cursor pagination and list endpoint.

Trigger signals

cursor paginationlist endpointlink headers

Validation hooks

verify_pagination_performance

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show api-pagination-architect

Use

orchestrator-mcp skills export api-pagination-architect --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/api-pagination-architect ./your-agent-skills/api-pagination-architect
# or open skills/api-pagination-architect/SKILL.md in a markdown-first client

File patterns

**/api/****/*.sql**/*.ts

Model preferences

deepseek-ai/deepseek-v3.2qwen3-coder:480b-clouddeepseek-r1:32b

Related skills

Adjacent packs to compose next.