Rule Performance

Paginate Everything

Always paginate list endpoints and large data sets

performanceapidata
CLAUDE.md

Always paginate list endpoints and large data sets. Never return unbounded lists. Use cursor-based pagination for real-time data or offset-based for static lists. Include total count in the response.

Copy this block into your CLAUDE.md or agent config file to enforce it in your workflow.

get crystl