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.
Backend · Global library
Replace offset-heavy APIs with cursor pagination that scales cleanly and remains client-friendly.
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
Validation hooks
Install surface
Inspect
pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show api-pagination-architectUse
orchestrator-mcp skills export api-pagination-architect --to ./skillforge-packs
# copy the exported pack into your preferred agent environmentExport
cp -R skills/api-pagination-architect ./your-agent-skills/api-pagination-architect
# or open skills/api-pagination-architect/SKILL.md in a markdown-first clientFile patterns
Model preferences
Related skills
Sunset APIs with clear migration windows, explicit headers, and communication paths that reduce client breakage.
Create unified API entry points with routing, transformation, rate limiting, and security
Set up contract testing so API consumers and providers fail safely before incompatible releases ship.