Linear Rate Limiting

Installation
SKILL.md

Linear Rate Limiting

Reference: https://linear.app/developers/rate-limiting

Two budgets

Linear bills against:

  1. Request rate — per-IP, per-token (tier dependent: free ~1500/h, paid higher)
  2. Complexity points — per-token (~5000/h typical)

The complexity budget is what bites large queries. Each query has a cost based on:

  • Field count
  • Connection sizes (first: 100 costs more than first: 10)
  • Nested resolves

Headers

Installs
GitHub Stars
17
First Seen
Linear Rate Limiting — lobbi-docs/claude