attio-rate-limits
Installation
SKILL.md
Attio Rate-Limit Governor
Overview
This skill turns Attio's current published limits into a conservative client policy without treating the documented ceilings as reserved capacity.
Prerequisites
- Request metrics split by workspace, method, and endpoint
- Queue depth, retry count, and 429 response samples
- The endpoint-specific pagination and query contract
- An agreed maximum retry age and failure budget
Tool Discipline
Use Read, Glob, and Grep to inspect concurrency, queues, retries, and pagination. Use WebFetch only to recheck current official Attio limits and response semantics. Use Write or Edit after the governor policy and rollback threshold are explicit.