Manage Guidewire Cloud API rate limits, quotas, and throttling. Use when encountering 429 errors, optimizing API call patterns, or implementing rate limit handling strategies. Trigger with phrases like "guidewire rate limit", "api quota", "429 error", "throttling", "api limits guidewire".
Install with Tessl CLI
npx tessl i github:jeremylongshore/claude-code-plugins-plus-skills --skill guidewire-rate-limits80
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
Exponential backoff and request queue
Uses p-queue library
100%
100%
Queue concurrency=10
0%
100%
Queue interval=1000
100%
100%
Queue intervalCap default 40
0%
100%
Backoff initialDelayMs=1000
100%
100%
Backoff maxDelayMs=60000
0%
100%
Backoff multiplier=2
100%
100%
Jitter applied
100%
100%
Retry-After header respected
50%
100%
Max retries 5
100%
100%
Batch size default 10
0%
100%
Delay between batches default 100ms
0%
100%
Without context: $0.2431 · 1m 24s · 13 turns · 14 in / 4,805 out tokens
With context: $0.7589 · 3m 2s · 26 turns · 58 in / 12,616 out tokens
API call optimization and rate limit monitoring
Uses ?include= parameter
100%
100%
No client-side filter for InForce
100%
100%
Server-side filter syntax
16%
100%
Cursor-based pagination
0%
100%
pageSize=100 in pagination
100%
100%
Reads X-RateLimit headers
100%
100%
Reads X-RateLimit-Reset header
100%
100%
10% warning threshold
33%
100%
Reads X-RateLimit-Scope header
0%
100%
Without context: $0.2206 · 1m 12s · 12 turns · 13 in / 4,211 out tokens
With context: $0.4659 · 1m 39s · 20 turns · 438 in / 5,473 out tokens
Circuit breaker and Prometheus monitoring
Three circuit states
100%
100%
failureThreshold default 5
100%
100%
resetTimeoutMs default 60000
100%
100%
halfOpenSuccessThreshold default 3
0%
100%
429-only failure counting
100%
100%
Prometheus metric: guidewire_requests_total
100%
100%
Prometheus metric: guidewire_rate_limited_total
0%
100%
Prometheus metric: guidewire_rate_limit_usage
0%
100%
Prometheus HELP and TYPE comments
100%
100%
Tracks avgResponseTime
100%
100%
Without context: $0.3803 · 1m 46s · 19 turns · 20 in / 6,593 out tokens
With context: $0.4652 · 1m 35s · 21 turns · 281 in / 5,776 out tokens
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.